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

Packages that use TrustedCredentialTrustEngine
org.opensaml.xml.security.trust Interfaces and classes used to evaluate the trustworthiness and validity of Credential
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
 

Uses of TrustedCredentialTrustEngine in org.opensaml.xml.security.trust
 

Classes in org.opensaml.xml.security.trust that implement TrustedCredentialTrustEngine
 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.
 

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

Classes in org.opensaml.xml.signature.impl that implement TrustedCredentialTrustEngine
 class ExplicitKeySignatureTrustEngine
          An implementation of SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw signatures.
 



Copyright © 1999-2013. All Rights Reserved.