Class JwkFactory
java.lang.Object
no.nav.security.token.support.client.core.jwk.JwkFactory
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic com.nimbusds.jose.jwk.RSAKeystatic com.nimbusds.jose.jwk.RSAKeyfromJsonFile(String filePath) static com.nimbusds.jose.jwk.RSAKeyfromKeyStore(String alias, InputStream keyStoreFile, String password)
-
Method Details
-
fromJsonFile
-
fromJson
-
fromKeyStore
public static com.nimbusds.jose.jwk.RSAKey fromKeyStore(String alias, InputStream keyStoreFile, String password)
-