Package eu.emi.security.authn.x509
package eu.emi.security.authn.x509
Contains API of the library. The interfaces defined here are implemented
by the classes from the the
eu.emi.security.authn.x509.impl
package.-
ClassDescriptionThis class wraps X509CertChainValidator so it can be easily used in the standard Java SSL API.Defines Certificate Revocation List verification mode.Used to define the CA namespace checking mode.Defines On-line Certificate Status Protocol usage mode.Manages configuration of OCSP support for all truststores.Configuration of a local responder.Defines proxy support mode for validators.Wraps the information required to control how certificates revocation is checked.Implementations receive information about updates of certificate, CRL stores or OCSP errors.Holds information about a single validation problem with a reference to the certificate chain.This enumeration contains general classes of errors that can be signaled during certificate path validation.This enumeration contains codes of errors that can be signaled during certificate path validation.Invoked when there is an error found during certificate chain validation.Wraps a validation result, error messages and unresolved certificate extension oids (if any).Implementations are used to perform a manual certificate chain validation.Extends the main
X509CertChainValidator
interface with some additional methods which are commonly provided by the most validator implementations, but are not strictly required for the sole validation.Implementations are used to wrap credentials (private key and certificate) in various formats.