Interface JWKCredential
- All Superinterfaces:
Credential
- All Known Subinterfaces:
ExpiringJWKCredential
- All Known Implementing Classes:
BasicExpiringJWKCredential,BasicJWKCredential
Credential based on JSON Web Key (JWK).
-
Method Summary
Modifier and TypeMethodDescriptioncom.nimbusds.jose.AlgorithmGet algorithm of JWK.getKid()Get kid of JWK.Methods inherited from interface org.opensaml.security.credential.Credential
getCredentialContextSet, getCredentialType, getEntityId, getKeyNames, getPrivateKey, getPublicKey, getSecretKey, getUsageType
-
Method Details
-
getKid
Get kid of JWK.- Returns:
- kid parameter.
-
getAlgorithm
@Nullable com.nimbusds.jose.Algorithm getAlgorithm()Get algorithm of JWK.- Returns:
- algorithm of JWK.
-