| Interface | Description |
|---|---|
| CertificateSource |
The validation of a certificate requires to access some other certificates from multiple sources (Trusted List, Trust
Store, the signature itself).
|
| RevocationSource<T extends RevocationToken> |
This interface allows to retrieve revocation data for a given certificate.
|
| RevocationSourceAlternateUrlsSupport<T extends RevocationToken> |
| Class | Description |
|---|---|
| AlternateUrlsSourceAdapter<T extends RevocationToken> |
This class allows to inject alternative urls to collect revocation data.
|
| CertificatePool |
This class hosts the set of certificates which is used during the validation
process.
|
| CommonCertificateSource |
This source of certificates handles any non trusted certificates.
|
| CommonTrustedCertificateSource |
This class represents the simple list of trusted certificates.
|
| KeyStoreCertificateSource |
Implements a CertificateSource using a KeyStore (PKCS12, JKS,...).
|
| SignatureCertificateSource |
The advanced signature contains a list of certificate that was needed to validate the signature.
|
| Enum | Description |
|---|---|
| ArchiveTimestampType |
Different types of archive timestamps.
|
Copyright © 2019. All rights reserved.