org.opensaml.xml.security.keyinfo
Class KeyInfoCredentialContext

java.lang.Object
  extended by org.opensaml.xml.security.keyinfo.KeyInfoCredentialContext
All Implemented Interfaces:
CredentialContext

public class KeyInfoCredentialContext
extends Object
implements CredentialContext

Context for credentials resolved from a KeyInfo element.


Constructor Summary
KeyInfoCredentialContext(KeyInfo ki)
          Constructor.
 
Method Summary
 KeyInfo getKeyInfo()
          Get the KeyInfo context from which the credential was derived.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyInfoCredentialContext

public KeyInfoCredentialContext(KeyInfo ki)
Constructor.

Parameters:
ki - the KeyInfo context
Method Detail

getKeyInfo

public KeyInfo getKeyInfo()
Get the KeyInfo context from which the credential was derived.

Returns:
the KeyInfo context


Copyright © 2006-2011 Internet2. All Rights Reserved.