Uses of Interface
org.opensaml.security.x509.PKIXValidationInformationResolver
Packages that use PKIXValidationInformationResolver
Package
Description
X.509-based credential and trust classes.
TrustEngine
implementation classes related to PKIX.Implementations of signature evaluation functions.
-
Uses of PKIXValidationInformationResolver in org.opensaml.security.x509
Methods in org.opensaml.security.x509 that return PKIXValidationInformationResolverModifier and TypeMethodDescriptionPKIXTrustEngine.getPKIXResolver()
Get the resolver instance which will be used to resolve PKIX validation information. -
Uses of PKIXValidationInformationResolver in org.opensaml.security.x509.impl
Classes in org.opensaml.security.x509.impl that implement PKIXValidationInformationResolverModifier and TypeClassDescriptionclass
An implementation ofPKIXValidationInformationResolver
which always returns a static, fixed set of information.Fields in org.opensaml.security.x509.impl declared as PKIXValidationInformationResolverModifier and TypeFieldDescriptionprivate final PKIXValidationInformationResolver
PKIXX509CredentialTrustEngine.pkixResolver
Resolver used for resolving trusted credentials.Methods in org.opensaml.security.x509.impl that return PKIXValidationInformationResolverModifier and TypeMethodDescriptionPKIXX509CredentialTrustEngine.getPKIXResolver()
Get the resolver instance which will be used to resolve PKIX validation information.Constructors in org.opensaml.security.x509.impl with parameters of type PKIXValidationInformationResolverModifierConstructorDescriptionConstructor.PKIXX509CredentialTrustEngine
(PKIXValidationInformationResolver resolver, X509CredentialNameEvaluator nameEvaluator) Constructor.PKIXX509CredentialTrustEngine
(PKIXValidationInformationResolver resolver, PKIXTrustEvaluator pkixEvaluator, X509CredentialNameEvaluator nameEvaluator) Constructor. -
Uses of PKIXValidationInformationResolver in org.opensaml.xmlsec.signature.support.impl
Fields in org.opensaml.xmlsec.signature.support.impl declared as PKIXValidationInformationResolverModifier and TypeFieldDescriptionprivate final PKIXValidationInformationResolver
PKIXSignatureTrustEngine.pkixResolver
Resolver used for resolving trusted credentials.Methods in org.opensaml.xmlsec.signature.support.impl that return PKIXValidationInformationResolverModifier and TypeMethodDescriptionPKIXSignatureTrustEngine.getPKIXResolver()
Get the resolver instance which will be used to resolve PKIX validation information.Constructors in org.opensaml.xmlsec.signature.support.impl with parameters of type PKIXValidationInformationResolverModifierConstructorDescriptionPKIXSignatureTrustEngine
(PKIXValidationInformationResolver resolver, KeyInfoCredentialResolver keyInfoResolver) Constructor.PKIXSignatureTrustEngine
(PKIXValidationInformationResolver resolver, KeyInfoCredentialResolver keyInfoResolver, PKIXTrustEvaluator pkixEvaluator, X509CredentialNameEvaluator nameEvaluator) Constructor.