Package org.opensaml.xml.security.keyinfo

Interfaces and classes for working with XML KeyInfo elements.

See:
          Description

Interface Summary
KeyInfoCredentialResolver Specialized CredentialResolver marker interface for resolvers which resolve credentials based on a KeyInfo element.
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 used in conjunction with a KeyInfoCredentialResolver which support resolving Credentials based on a child element of KeyInfo.
 

Class Summary
BasicProviderKeyInfoCredentialResolver Implementation of KeyInfoCredentialResolver which resolves credentials based on a KeyInfo element using a configured list of KeyInfoProvider's and optional post-processing hooks.
CollectionKeyInfoCredentialResolver An implementation of KeyInfoCredentialResolver which uses a Collection as the underlying credential source.
KeyInfoCredentialContext Context for credentials resolved from a KeyInfo element.
KeyInfoCriteria An implementation of Criteria which specifies criteria based on the contents of a KeyInfo element.
KeyInfoGeneratorManager A manager for KeyInfoGeneratorFactory instances.
KeyInfoHelper Utility class for working with data inside a KeyInfo object.
KeyInfoResolutionContext Resolution context class that is used to supply state information to, and to share information amongst, KeyInfoProviders.
LocalKeyInfoCredentialResolver A simple specialization of BasicProviderKeyInfoCredentialResolver which is capable of using information from a KeyInfo to resolve local credentials from a supplied CredentialResolver which manages local credentials.
NamedKeyInfoGeneratorManager A manager for named sets of KeyInfoGeneratorFactory instances.
StaticKeyInfoCredentialResolver Simple implementation of KeyInfoCredentialResolver which just stores and returns a static set of credentials.
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.



Copyright © 2006-2011 Internet2. All Rights Reserved.