|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationResult | |
---|---|
eu.emi.security.authn.x509 | Contains API of the library. |
eu.emi.security.authn.x509.helpers | Consists of general purpose classes, helping to implement generic functionality of the library. |
eu.emi.security.authn.x509.helpers.pkipath | Helper classes for internal, low level, logic of certificate path validation. |
eu.emi.security.authn.x509.impl | Contains implementation classes of the library. |
Uses of ValidationResult in eu.emi.security.authn.x509 |
---|
Methods in eu.emi.security.authn.x509 that return ValidationResult | |
---|---|
ValidationResult |
X509CertChainValidator.validate(CertPath certPath)
Performs validation of a provided certificate path. |
ValidationResult |
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 ValidationResult | |
---|---|
ValidationResult |
BinaryCertChainValidator.validate(CertPath certPath)
Performs validation of a provided certificate path. |
ValidationResult |
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 ValidationResult | |
---|---|
ValidationResult |
AbstractValidator.validate(CertPath certPath)
Performs validation of a provided certificate path. |
ValidationResult |
AbstractValidator.validate(X509Certificate[] certChain)
Performs validation of a provided certificate chain. |
ValidationResult |
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 ValidationResult | |
---|---|
ValidationResult |
OpensslCertChainValidator.validate(X509Certificate[] certChain)
Performs validation of a provided certificate chain. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |