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
 

Fields in org.opensaml.xml.security.keyinfo with type parameters of type KeyInfoProvider
private  List<KeyInfoProvider> BasicProviderKeyInfoCredentialResolver.providers
          List of KeyInfo providers that are registered on this instance.
 

Methods in org.opensaml.xml.security.keyinfo that return types with arguments of type KeyInfoProvider
protected  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(List<KeyInfoProvider> keyInfoProviders)
          Constructor.
LocalKeyInfoCredentialResolver(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 DEREncodedKeyValueProvider
          Implementation of KeyInfoProvider which supports DEREncodedKeyValue.
 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 KeyInfoReferenceProvider
          Implementation of KeyInfoProvider which supports KeyInfoReference.
 class RSAKeyValueProvider
          Implementation of KeyInfoProvider which supports RSAKeyValue.
 



Copyright © 1999-2013. All Rights Reserved.