public abstract class AbstractKeyInfoProvider extends java.lang.Object implements KeyInfoProvider
KeyInfoProvider implementations.| Constructor and Description |
|---|
AbstractKeyInfoProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected KeyInfoCredentialContext |
buildCredentialContext(KeyInfoResolutionContext kiContext)
Build a credential context based on the current KeyInfo context, for return
in a resolved credential.
|
protected java.security.Key |
extractKeyValue(Credential cred)
Utility method to extract any key that might be present in the specified Credential.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandles, process@Nullable
protected java.security.Key extractKeyValue(@Nullable
Credential cred)
cred - the Credential to evaluate@Nullable protected KeyInfoCredentialContext buildCredentialContext(@Nullable KeyInfoResolutionContext kiContext)
kiContext - the current KeyInfo resolution context