|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.security.keyinfo.provider.AbstractKeyInfoProvider
public abstract class AbstractKeyInfoProvider
Abstract super class for KeyInfoProvider
implementations.
Constructor Summary | |
---|---|
AbstractKeyInfoProvider()
|
Method Summary | |
---|---|
protected java.security.Key |
extractKeyValue(Credential cred)
Utility method to extract any key that might be present in the specified Credential. |
protected java.util.Set<Credential> |
singletonSet(Credential credential)
Convenience method to create a credential set out of a single credential. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.xml.security.keyinfo.KeyInfoProvider |
---|
handles, process |
Constructor Detail |
---|
public AbstractKeyInfoProvider()
Method Detail |
---|
protected java.security.Key extractKeyValue(Credential cred)
cred
- the Credential to evaluate
protected java.util.Set<Credential> singletonSet(Credential credential)
credential
- the credential to return
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |