Interface JWKReferenceCredential
- All Superinterfaces:
Credential
- All Known Implementing Classes:
BasicJWKReferenceCredential
Credential based on a reference (URI) to a 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
-
getReferenceURI
Get the reference URI to the remote JWK.- Returns:
- The reference URI to the remote JWK.
-