public abstract class AbstractKeyInfoProvider extends 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 Key |
extractKeyValue(org.opensaml.security.credential.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 Key extractKeyValue(@Nullable org.opensaml.security.credential.Credential cred)
cred - the Credential to evaluate@Nullable protected KeyInfoCredentialContext buildCredentialContext(@Nullable KeyInfoResolutionContext kiContext)
kiContext - the current KeyInfo resolution contextCopyright © 1999–2015. All rights reserved.