Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ValidationResult |
X509CertChainValidator.validate(CertPath certPath)
Performs validation of a provided certificate path.
|
ValidationResult |
X509CertChainValidator.validate(X509Certificate[] certChain)
Performs validation of a provided certificate chain.
|
Modifier and Type | Method and Description |
---|---|
ValidationResult |
BinaryCertChainValidator.validate(CertPath certPath)
Performs validation of a provided certificate path.
|
ValidationResult |
BinaryCertChainValidator.validate(X509Certificate[] certChain)
Performs validation of a provided certificate chain.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected ValidationResult |
AbstractValidator.validate(X509Certificate[] certChain,
Set<TrustAnchor> anchors) |
Modifier and Type | Method and Description |
---|---|
ValidationResult |
OpensslCertChainValidator.validate(X509Certificate[] certChain)
Performs validation of a provided certificate chain.
|
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.