public class KeyInfoCredentialContext extends java.lang.Object implements CredentialContext
KeyInfo element.| Modifier and Type | Field and Description |
|---|---|
private KeyInfo |
keyInfo
The KeyInfo context.
|
| Constructor and Description |
|---|
KeyInfoCredentialContext(KeyInfo ki)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
getKeyInfo()
Get the KeyInfo context from which the credential was derived.
|
private final KeyInfo keyInfo
public KeyInfoCredentialContext(@Nonnull
KeyInfo ki)
ki - the KeyInfo context@Nonnull public KeyInfo getKeyInfo()