Uses of Interface
org.opensaml.security.x509.PKIXTrustEvaluator
-
Packages that use PKIXTrustEvaluator Package Description org.opensaml.security.x509.impl TrustEngineimplementation classes related to PKIX.org.opensaml.xmlsec.signature.support.impl Implementations of signature evaluation functions. -
-
Uses of PKIXTrustEvaluator in org.opensaml.security.x509.impl
Classes in org.opensaml.security.x509.impl that implement PKIXTrustEvaluator Modifier and Type Class Description classCertPathPKIXTrustEvaluatorAn implementation ofPKIXTrustEvaluatorthat is based on the Java CertPath API.Fields in org.opensaml.security.x509.impl declared as PKIXTrustEvaluator Modifier and Type Field Description private PKIXTrustEvaluatorPKIXX509CredentialTrustEngine. pkixTrustEvaluatorThe external PKIX trust evaluator used to establish trust.Methods in org.opensaml.security.x509.impl that return PKIXTrustEvaluator Modifier and Type Method Description PKIXTrustEvaluatorPKIXX509CredentialTrustEngine. getPKIXTrustEvaluator()Get thePKIXTrustEvaluatorinstance used to evaluate trust.Constructors in org.opensaml.security.x509.impl with parameters of type PKIXTrustEvaluator Constructor Description PKIXX509CredentialTrustEngine(PKIXValidationInformationResolver resolver, PKIXTrustEvaluator pkixEvaluator, X509CredentialNameEvaluator nameEvaluator)Constructor. -
Uses of PKIXTrustEvaluator in org.opensaml.xmlsec.signature.support.impl
Fields in org.opensaml.xmlsec.signature.support.impl declared as PKIXTrustEvaluator Modifier and Type Field Description private PKIXTrustEvaluatorPKIXSignatureTrustEngine. pkixTrustEvaluatorThe external PKIX trust evaluator used to establish trust.Methods in org.opensaml.xmlsec.signature.support.impl that return PKIXTrustEvaluator Modifier and Type Method Description PKIXTrustEvaluatorPKIXSignatureTrustEngine. getPKIXTrustEvaluator()Get the PKIXTrustEvaluator instance used to evaluate trust.Constructors in org.opensaml.xmlsec.signature.support.impl with parameters of type PKIXTrustEvaluator Constructor Description PKIXSignatureTrustEngine(PKIXValidationInformationResolver resolver, KeyInfoCredentialResolver keyInfoResolver, PKIXTrustEvaluator pkixEvaluator, X509CredentialNameEvaluator nameEvaluator)Constructor.
-