Package org.opensaml.xml.security.keyinfo

Interfaces and classes for working with XML KeyInfo elements.

See:
          Description

Interface Summary
KeyInfoGenerator Interface for implementations which generate a KeyInfo based on keying material and other information found within a Credential.
KeyInfoGeneratorFactory Interface for factories which produce KeyInfoGenerator instances.
KeyInfoProvider Interface for providers which support extracting a Credential from a child element of XML KeyInfo elements.
 

Class Summary
KeyInfoCredentialContext Context for credentials resolved from a KeyInfo element.
KeyInfoCredentialResolver Specialized credential resolver interface which resolves credentials based on a KeyInfo element.
KeyInfoCriteria An implementation of CredentialCriteria which specifies criteria based on the contents of a KeyInfo element.
KeyInfoGeneratorManager A manager for KeyInfoGeneratorFactory instances.
NamedKeyInfoGeneratorManager A manager for named sets of KeyInfoGeneratorFactory instances.
StaticKeyInfoGenerator Implementation of KeyInfoGenerator which always returns static KeyInfo data.
 

Package org.opensaml.xml.security.keyinfo Description

Interfaces and classes for working with XML KeyInfo elements. These classes are generally used to extract or resolve credential information.