Uses of Interface
org.opensaml.xml.security.keyinfo.KeyInfoProvider

Packages that use KeyInfoProvider
org.opensaml.xml.security.keyinfo Interfaces and classes for working with XML KeyInfo elements. 
org.opensaml.xml.security.keyinfo.provider Specific implementations of KeyInfoProvider
 

Uses of KeyInfoProvider in org.opensaml.xml.security.keyinfo
 

Methods in org.opensaml.xml.security.keyinfo that return types with arguments of type KeyInfoProvider
protected  java.util.List<KeyInfoProvider> BasicProviderKeyInfoCredentialResolver.getProviders()
          Return the list of the KeyInfoProvider instances used in this resolver configuration.
 

Constructor parameters in org.opensaml.xml.security.keyinfo with type arguments of type KeyInfoProvider
BasicProviderKeyInfoCredentialResolver(java.util.List<KeyInfoProvider> keyInfoProviders)
          Constructor.
LocalKeyInfoCredentialResolver(java.util.List<KeyInfoProvider> keyInfoProviders, CredentialResolver localCredentialResolver)
          Constructor.
 

Uses of KeyInfoProvider in org.opensaml.xml.security.keyinfo.provider
 

Classes in org.opensaml.xml.security.keyinfo.provider that implement KeyInfoProvider
 class AbstractKeyInfoProvider
          Abstract super class for KeyInfoProvider implementations.
 class DSAKeyValueProvider
          Implementation of KeyInfoProvider which supports DSAKeyValue.
 class InlineX509DataProvider
          Implementation of KeyInfoProvider which provides basic support for extracting a X509Credential from an X509Data child of KeyInfo.
 class RSAKeyValueProvider
          Implementation of KeyInfoProvider which supports RSAKeyValue.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.