Uses of Interface
org.opensaml.xml.security.trust.TrustEngine

Packages that use TrustEngine
org.opensaml.xml.security.trust Interfaces and classes used to evaluate the trustworthiness and validity of Credential
org.opensaml.xml.security.x509 X509 based credential and trust class. 
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 TrustEngine in org.opensaml.xml.security.trust
 

Subinterfaces of TrustEngine in org.opensaml.xml.security.trust
 interface TrustedCredentialTrustEngine<TokenType>
          Evaluates the trustworthiness and validity of a token against implementation-specific requirements based on trusted credentials obtained via a credential resolver.
 

Classes in org.opensaml.xml.security.trust that implement TrustEngine
 class ChainingTrustEngine<TokenType>
          Evaluate a token in sequence using a chain of subordinate trust engines.
 class ExplicitKeyTrustEngine
          Trust engine that evaluates a credential's key against key(s) expressed within a set of trusted credentials obtained from a trusted credential resolver.
 class ExplicitX509CertificateTrustEngine
          Trust engine that evaluates a credential's X.509 certificate against certificates expressed within a set of trusted credentials obtained from a credential resolver.
 

Methods in org.opensaml.xml.security.trust that return types with arguments of type TrustEngine
 java.util.List<TrustEngine<TokenType>> ChainingTrustEngine.getChain()
          Get the list of configured trust engines which constitute the trust evaluation chain.
 

Uses of TrustEngine in org.opensaml.xml.security.x509
 

Subinterfaces of TrustEngine in org.opensaml.xml.security.x509
 interface PKIXTrustEngine<TokenType>
          Trust engine that validates tokens using PKIX validation.
 

Classes in org.opensaml.xml.security.x509 that implement TrustEngine
 class PKIXX509CredentialTrustEngine
          Trust engine implementation which evaluates an X509Credential token based on PKIX validation processing using validation information from a trusted source.
 

Uses of TrustEngine in org.opensaml.xml.signature
 

Subinterfaces of TrustEngine in org.opensaml.xml.signature
 interface SignatureTrustEngine
          Evaluates the trustworthiness and validity of XML or raw Signatures against implementation-specific requirements.
 

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

Classes in org.opensaml.xml.signature.impl that implement TrustEngine
 class BaseSignatureTrustEngine<TrustBasisType>
          A base implementation of SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw signatures.
 class ChainingSignatureTrustEngine
          Evaluate a signature in sequence using a chain of subordinate trust engines.
 class ExplicitKeySignatureTrustEngine
          An implementation of SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw signatures.
 class PKIXSignatureTrustEngine
          An implementation of SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw signatures.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.