| Class | Description |
|---|---|
| CertManager |
CertManager class provides service to access E-ME certificates.
|
| CertValidator |
CertValidator class provides service to validate certificate chains.
|
| CertValidatorResult |
CertValidatorResult class represents the successful result of the certificate chain validation.
|
| CertValidatorResult.CRLResult |
CRLResult class represents the
successful result of the certificate chain CRL validation.
|
| CertValidatorResult.OCSPResult |
OCSPResult class represents the
successful result of the certificate chain OCSP validation.
|
| CRLData |
CRLData class contains CRL and its associated data.
|
| CRLManager |
CRLManager class provides service to access CRL files.
|
| OCSPClient |
OCSPClient class provides functionality to
obtain OCSP responses accordingly to Online Certificate Status Protocol (RFC 2560).
|
| TrustedCertificate |
TrustedCertificate class represents the trusted certificate.
|
| TrustStore |
TrustStore class provides access
to the trusted certificates specified in truststore JKS resource.
|
| Exception | Description |
|---|---|
| CertValidatorException |
This exception is thrown when a certificate validation fails.
|