Uses of Interface
org.opensaml.xml.security.x509.PKIXTrustEvaluator

Packages that use PKIXTrustEvaluator
org.opensaml.xml.security.x509 X509 based credential and trust class. 
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
 

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

Classes in org.opensaml.xml.security.x509 that implement PKIXTrustEvaluator
 class CertPathPKIXTrustEvaluator
          An implementation of PKIXTrustEvaluator that is based on the Java CertPath API.
 

Methods in org.opensaml.xml.security.x509 that return PKIXTrustEvaluator
 PKIXTrustEvaluator PKIXX509CredentialTrustEngine.getPKIXTrustEvaluator()
          Get the PKIXTrustEvaluator instance used to evalute trust.
 

Constructors in org.opensaml.xml.security.x509 with parameters of type PKIXTrustEvaluator
PKIXX509CredentialTrustEngine(PKIXValidationInformationResolver resolver, PKIXTrustEvaluator pkixEvaluator, X509CredentialNameEvaluator nameEvaluator)
          Constructor.
 

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

Methods in org.opensaml.xml.signature.impl that return PKIXTrustEvaluator
 PKIXTrustEvaluator PKIXSignatureTrustEngine.getPKIXTrustEvaluator()
          Get the PKIXTrustEvaluator instance used to evalute trust.
 

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



Copyright © 2006-2011 Internet2. All Rights Reserved.