Uses of Interface
org.opensaml.security.x509.PKIXTrustEvaluator
Packages that use PKIXTrustEvaluator
Package
Description
TrustEngine implementation classes related to PKIX.Implementations of signature evaluation functions.
-
Uses of PKIXTrustEvaluator in org.opensaml.security.x509.impl
Classes in org.opensaml.security.x509.impl that implement PKIXTrustEvaluatorModifier and TypeClassDescriptionclassAn implementation ofPKIXTrustEvaluatorthat is based on the Java CertPath API.Fields in org.opensaml.security.x509.impl declared as PKIXTrustEvaluatorModifier and TypeFieldDescriptionprivate final PKIXTrustEvaluatorPKIXX509CredentialTrustEngine.pkixTrustEvaluatorThe external PKIX trust evaluator used to establish trust.Methods in org.opensaml.security.x509.impl that return PKIXTrustEvaluatorModifier and TypeMethodDescriptionPKIXX509CredentialTrustEngine.getPKIXTrustEvaluator()Get thePKIXTrustEvaluatorinstance used to evaluate trust.Constructors in org.opensaml.security.x509.impl with parameters of type PKIXTrustEvaluatorModifierConstructorDescriptionPKIXX509CredentialTrustEngine(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 PKIXTrustEvaluatorModifier and TypeFieldDescriptionprivate final PKIXTrustEvaluatorPKIXSignatureTrustEngine.pkixTrustEvaluatorThe external PKIX trust evaluator used to establish trust.Methods in org.opensaml.xmlsec.signature.support.impl that return PKIXTrustEvaluatorModifier and TypeMethodDescriptionPKIXSignatureTrustEngine.getPKIXTrustEvaluator()Get the PKIXTrustEvaluator instance used to evaluate trust.Constructors in org.opensaml.xmlsec.signature.support.impl with parameters of type PKIXTrustEvaluatorModifierConstructorDescriptionPKIXSignatureTrustEngine(PKIXValidationInformationResolver resolver, KeyInfoCredentialResolver keyInfoResolver, PKIXTrustEvaluator pkixEvaluator, X509CredentialNameEvaluator nameEvaluator) Constructor.