Uses of Class
eu.europa.esig.dss.spi.validation.TrustAnchorVerifier
Packages that use TrustAnchorVerifier
-
Uses of TrustAnchorVerifier in eu.europa.esig.dss.spi.validation
Methods in eu.europa.esig.dss.spi.validation that return TrustAnchorVerifierModifier and TypeMethodDescriptionstatic TrustAnchorVerifier
TrustAnchorVerifier.createDefaultTrustAnchorVerifier()
Creates a default instance of TrustAnchorVerifier, with pre-configured constraints.static TrustAnchorVerifier
TrustAnchorVerifier.createEmptyTrustAnchorVerifier()
Creates an empty instance of TrustAnchorVerifier.CertificateVerifier.getTrustAnchorVerifier()
Returns aTrustAnchorVerifier
associated with this verifier.CommonCertificateVerifier.getTrustAnchorVerifier()
RevocationDataVerifier.getTrustAnchorVerifier()
Gets a trust anchor verifier.TimestampTokenVerifier.getTrustAnchorVerifier()
Gets a trust anchor verifier.Methods in eu.europa.esig.dss.spi.validation with parameters of type TrustAnchorVerifierModifier and TypeMethodDescriptionvoid
CertificateVerifier.setTrustAnchorVerifier
(TrustAnchorVerifier trustAnchorVerifier) SetsTrustAnchorVerifier
used to validate acceptance of the trust anchorsvoid
CommonCertificateVerifier.setTrustAnchorVerifier
(TrustAnchorVerifier trustAnchorVerifier) void
RevocationDataVerifier.setTrustAnchorVerifier
(TrustAnchorVerifier trustAnchorVerifier) Sets whether a certificate token can be considered as a trust anchor at the given control time Note : This method is used internally during aeu.europa.esig.dss.validation.SignatureValidationContext
initialization, when not defined explicitly, in order to provide the same configuration as the one used within aeu.europa.esig.dss.validation.CertificateVerifier
.void
TimestampTokenVerifier.setTrustAnchorVerifier
(TrustAnchorVerifier trustAnchorVerifier) Sets whether a certificate token can be considered as a trust anchor at the given control time Note : This method is used internally during aeu.europa.esig.dss.validation.SignatureValidationContext
initialization, when not defined explicitly, in order to provide the same configuration as the one used within aeu.europa.esig.dss.validation.CertificateVerifier
. -
Uses of TrustAnchorVerifier in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return TrustAnchorVerifierModifier and TypeMethodDescriptionTrustAnchorVerifierFactory.create()
Creates theTrustAnchorVerifier