Interface JWKCredential
- All Superinterfaces:
Credential
- All Known Subinterfaces:
ExpiringJWKCredential
- All Known Implementing Classes:
BasicExpiringJWKCredential,BasicJWKCredential
Credential based on JSON Web Key (JWK).
-
Method Summary
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
Get algorithm of JWK.- Returns:
- algorithm of JWK.
-