Package org.opensaml.xmlsec.keyinfo.impl
Class KeyInfoCredentialContext
- java.lang.Object
-
- org.opensaml.xmlsec.keyinfo.impl.KeyInfoCredentialContext
-
- All Implemented Interfaces:
CredentialContext
public class KeyInfoCredentialContext extends Object implements CredentialContext
Context for credentials resolved from aKeyInfoelement.
-
-
Constructor Summary
Constructors Constructor Description KeyInfoCredentialContext(KeyInfo ki)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyInfogetKeyInfo()Get the KeyInfo context from which the credential was derived.
-
-
-
Field Detail
-
keyInfo
private final KeyInfo keyInfo
The KeyInfo context.
-
-
Constructor Detail
-
KeyInfoCredentialContext
public KeyInfoCredentialContext(@Nonnull @ParameterName(name="ki") KeyInfo ki)
Constructor.- Parameters:
ki- the KeyInfo context
-
-
Method Detail
-
getKeyInfo
@Nonnull public KeyInfo getKeyInfo()
Get the KeyInfo context from which the credential was derived.- Returns:
- the KeyInfo context
-
-