public interface JwksSignatureConfiguration
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCacheExpiration() |
com.nimbusds.jose.jwk.KeyType |
getKeyType()
Representation the KeyType for this JWKS signature configuration.
|
java.lang.String |
getUrl()
Json Web Key Set endpoint url.
|
@NonNull java.lang.String getUrl()
@Nullable com.nimbusds.jose.jwk.KeyType getKeyType()
@NonNull java.lang.Integer getCacheExpiration()