JOSE provider configuration properties

refreshTime (com.akana.jwks.refreshTime)

The refresh time in seconds the cache will be refreshed.

Default: 300

expirationPeriod (com.akana.jwks.expirationPeriod)

The expiration period in seconds the cache will be expired.

Default: 3600

cacheMaxCapacity (com.akana.jwks.cacheMaxCapacity)

Property indicating the number of maximum entries that can be cached at any time.

Default: 100

cryptoProviderSign (jose.v2.security.handler.factory.cryptoProviderSign)

Property for crypto provider to be enforced explicitly for signing other than the default order in java.security. Ex: nCipherKM

cryptoProviderVerify (jose.v2.security.handler.factory.cryptoProviderVerify)

Property for crypto provider to be enforced explicitly for verifying the signature other than the default order in java.security. Ex: nCipherKM

cryptoProviderEncrypt (jose.v2.security.handler.factory.cryptoProviderEncrypt)

Property for crypto provider to be enforced explicitly for encryption other than the default order in java.security. Ex: nCipherKM

cryptoProviderDecrypt (jose.v2.security.handler.factory.cryptoProviderDecrypt)

Property for crypto provider to be enforced explicitly for decryption other than the default order in java.security. Ex: nCipherKM