Class KeystoreJwtGenerator
java.lang.Object
org.frankframework.management.security.AbstractJwtGenerator<com.nimbusds.jose.jwk.RSAKey>
org.frankframework.management.security.KeystoreJwtGenerator
- All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
-
Field Summary
Fields inherited from class AbstractJwtGenerator
jwtHeader, publicJwk -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractJwtGenerator
afterPropertiesSet, createJWT, createJWT, getPrincipalNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
-
Constructor Details
-
KeystoreJwtGenerator
-
-
Method Details
-
getJwk
protected com.nimbusds.jose.jwk.RSAKey getJwk() throws GeneralSecurityException, com.nimbusds.jose.JOSEException- Specified by:
getJwkin classAbstractJwtGenerator<com.nimbusds.jose.jwk.RSAKey>- Throws:
GeneralSecurityExceptioncom.nimbusds.jose.JOSEException
-
getSigner
protected com.nimbusds.jose.JWSSigner getSigner(com.nimbusds.jose.jwk.RSAKey key) throws com.nimbusds.jose.JOSEException - Specified by:
getSignerin classAbstractJwtGenerator<com.nimbusds.jose.jwk.RSAKey>- Throws:
com.nimbusds.jose.JOSEException
-