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

Packages that use KeyInfoCredentialResolver
org.opensaml.xml.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. 
org.opensaml.xml.security Interfaces and classes used in representing cryptographic credentials, evaluating the trustworthiness of security of tokens, etc. 
org.opensaml.xml.security.keyinfo Interfaces and classes for working with XML KeyInfo elements. 
org.opensaml.xml.security.keyinfo.provider Specific implementations of KeyInfoProvider
org.opensaml.xml.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. 
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
 

Uses of KeyInfoCredentialResolver in org.opensaml.xml.encryption
 

Methods in org.opensaml.xml.encryption that return KeyInfoCredentialResolver
 KeyInfoCredentialResolver Decrypter.getKEKResolver()
          Get the key encryption key credential resolver.
 KeyInfoCredentialResolver Decrypter.getKeyResolver()
          Get the data encryption key credential resolver.
 

Methods in org.opensaml.xml.encryption with parameters of type KeyInfoCredentialResolver
 void Decrypter.setKEKResolver(KeyInfoCredentialResolver newKEKResolver)
          Set a new key encryption key credential resolver.
 void Decrypter.setKeyResolver(KeyInfoCredentialResolver newResolver)
          Set a new data encryption key credential resolver.
 

Constructors in org.opensaml.xml.encryption with parameters of type KeyInfoCredentialResolver
Decrypter(KeyInfoCredentialResolver newResolver, KeyInfoCredentialResolver newKEKResolver, EncryptedKeyResolver newEncKeyResolver)
          Constructor.
 

Uses of KeyInfoCredentialResolver in org.opensaml.xml.security
 

Methods in org.opensaml.xml.security that return KeyInfoCredentialResolver
static KeyInfoCredentialResolver SecurityTestHelper.buildBasicInlineKeyInfoResolver()
          Deprecated. Get a basic KeyInfo credential resolver which can process standard inline data - RSAKeyValue, DSAKeyValue, X509Data.
static KeyInfoCredentialResolver SecurityHelper.buildBasicInlineKeyInfoResolver()
          Get a basic KeyInfo credential resolver which can process standard inline data - RSAKeyValue, DSAKeyValue, X509Data.
 KeyInfoCredentialResolver SecurityConfiguration.getDefaultKeyInfoCredentialResolver()
          Get the default KeyInfoCredentialResolver configuration.
 KeyInfoCredentialResolver BasicSecurityConfiguration.getDefaultKeyInfoCredentialResolver()
          Get the default KeyInfoCredentialResolver configuration.
 KeyInfoCredentialResolver SecurityConfiguration.getKeyInfoCredentialResolver(String name)
          Get the KeyInfoCredentialResolver associated with the named configuration.
 KeyInfoCredentialResolver BasicSecurityConfiguration.getKeyInfoCredentialResolver(String name)
          Get the KeyInfoCredentialResolver associated with the named configuration.
 

Methods in org.opensaml.xml.security with parameters of type KeyInfoCredentialResolver
 void BasicSecurityConfiguration.registerKeyInfoCredentialResolver(String name, KeyInfoCredentialResolver resolver)
          Register a named KeyInfoCredentialResolver configuration.
 void BasicSecurityConfiguration.setDefaultKeyInfoCredentialResolver(KeyInfoCredentialResolver resolver)
          Set the default KeyInfoCredentialResolver config.
 

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

Classes in org.opensaml.xml.security.keyinfo that implement KeyInfoCredentialResolver
 class BasicProviderKeyInfoCredentialResolver
          Implementation of KeyInfoCredentialResolver which resolves credentials based on a KeyInfo element using a configured list of KeyInfoProvider's and optional post-processing hooks.
 class CollectionKeyInfoCredentialResolver
          An implementation of KeyInfoCredentialResolver which uses a Collection as the underlying credential source.
 class 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.
 class StaticKeyInfoCredentialResolver
          Simple implementation of KeyInfoCredentialResolver which just stores and returns a static set of credentials.
 

Methods in org.opensaml.xml.security.keyinfo with parameters of type KeyInfoCredentialResolver
 Collection<Credential> KeyInfoProvider.process(KeyInfoCredentialResolver resolver, XMLObject keyInfoChild, CriteriaSet criteriaSet, KeyInfoResolutionContext kiContext)
          Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
 

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

Methods in org.opensaml.xml.security.keyinfo.provider with parameters of type KeyInfoCredentialResolver
 Collection<Credential> RSAKeyValueProvider.process(KeyInfoCredentialResolver resolver, XMLObject keyInfoChild, CriteriaSet criteriaSet, KeyInfoResolutionContext kiContext)
          Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
 Collection<Credential> InlineX509DataProvider.process(KeyInfoCredentialResolver resolver, XMLObject keyInfoChild, CriteriaSet criteriaSet, KeyInfoResolutionContext kiContext)
          Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
 Collection<Credential> DSAKeyValueProvider.process(KeyInfoCredentialResolver resolver, XMLObject keyInfoChild, CriteriaSet criteriaSet, KeyInfoResolutionContext kiContext)
          Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
 

Uses of KeyInfoCredentialResolver in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that return KeyInfoCredentialResolver
 KeyInfoCredentialResolver SignatureTrustEngine.getKeyInfoResolver()
          Get the KeyInfoCredentialResolver instance used to resolve (advisory) signing credential information from KeyInfo elements contained within a Signature element.
 

Uses of KeyInfoCredentialResolver in org.opensaml.xml.signature.impl
 

Methods in org.opensaml.xml.signature.impl that return KeyInfoCredentialResolver
 KeyInfoCredentialResolver ChainingSignatureTrustEngine.getKeyInfoResolver()
          Get the KeyInfoCredentialResolver instance used to resolve (advisory) signing credential information from KeyInfo elements contained within a Signature element.
 KeyInfoCredentialResolver BaseSignatureTrustEngine.getKeyInfoResolver()
          Get the KeyInfoCredentialResolver instance used to resolve (advisory) signing credential information from KeyInfo elements contained within a Signature element.
 

Constructors in org.opensaml.xml.signature.impl with parameters of type KeyInfoCredentialResolver
BaseSignatureTrustEngine(KeyInfoCredentialResolver keyInfoResolver)
          Constructor.
ExplicitKeySignatureTrustEngine(CredentialResolver resolver, KeyInfoCredentialResolver keyInfoResolver)
          Constructor.
PKIXSignatureTrustEngine(PKIXValidationInformationResolver resolver, KeyInfoCredentialResolver keyInfoResolver)
          Constructor.
PKIXSignatureTrustEngine(PKIXValidationInformationResolver resolver, KeyInfoCredentialResolver keyInfoResolver, PKIXTrustEvaluator pkixEvaluator, X509CredentialNameEvaluator nameEvaluator)
          Constructor.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.