Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
BinaryCertChainValidator
A simplistic
X509CertChainValidator implementation which always fails or accepts certificates,
basing on the constructor argument. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidator
Base implementation of
X509CertChainValidator . |
class |
PlainCRLValidator
An abstract validator which provides a CRL support common for validators
using
PlainCRLStoreSpi . |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryCertChainValidator
The certificate validator which uses a flexible set of certificates and CRL locations.
|
class |
InMemoryKeystoreCertChainValidator
The certificate validator which uses Java
KeyStore as a truststore. |
class |
KeystoreCertChainValidator
The certificate validator which uses Java
KeyStore as a truststore. |
class |
OpensslCertChainValidator
The certificate validator which uses OpenSSL directory as a truststore.
|
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.