Uses of Class
eu.emi.security.authn.x509.ValidationResult
Packages that use ValidationResult
Package
Description
Contains API of the library.
Consists of general purpose classes, helping to implement generic functionality of the library.
Helper classes for internal, low level, logic of certificate path validation.
Contains implementation classes of the library.
-
Uses of ValidationResult in eu.emi.security.authn.x509
Methods in eu.emi.security.authn.x509 that return ValidationResultModifier and TypeMethodDescriptionPerforms validation of a provided certificate path.X509CertChainValidator.validate
(X509Certificate[] certChain) Performs validation of a provided certificate chain. -
Uses of ValidationResult in eu.emi.security.authn.x509.helpers
Methods in eu.emi.security.authn.x509.helpers that return ValidationResultModifier and TypeMethodDescriptionPerforms validation of a provided certificate path.BinaryCertChainValidator.validate
(X509Certificate[] certChain) Performs validation of a provided certificate chain. -
Uses of ValidationResult in eu.emi.security.authn.x509.helpers.pkipath
Methods in eu.emi.security.authn.x509.helpers.pkipath that return ValidationResultModifier and TypeMethodDescriptionPerforms validation of a provided certificate path.AbstractValidator.validate
(X509Certificate[] certChain) Performs validation of a provided certificate chain.protected ValidationResult
AbstractValidator.validate
(X509Certificate[] certChain, Set<TrustAnchor> anchors) BCCertPathValidator.validate
(X509Certificate[] toCheck, boolean proxySupport, Set<TrustAnchor> trustAnchors, CertStore crlStore, RevocationParameters revocationParams, ObserversHandler observersHandler) Performs validation. -
Uses of ValidationResult in eu.emi.security.authn.x509.impl
Methods in eu.emi.security.authn.x509.impl that return ValidationResultModifier and TypeMethodDescriptionOpensslCertChainValidator.validate
(X509Certificate[] certChain) Performs validation of a provided certificate chain.