| Package | Description |
|---|---|
| eu.europa.esig.dss.tsl | |
| eu.europa.esig.dss.x509 |
| Modifier and Type | Class and Description |
|---|---|
class |
TrustedListsCertificateSource
This class allows to inject trusted certificates from Trusted Lists
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonCertificateSource
This source of certificates handles any non trusted certificates.
|
class |
CommonTrustedCertificateSource
This class represents the simple list of trusted certificates.
|
class |
KeyStoreCertificateSource
Implements a CertificateSource using a KeyStore (PKCS12, JKS,...).
|
class |
SignatureCertificateSource
The advanced signature contains a list of certificate that was needed to validate the signature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommonTrustedCertificateSource.importAsTrusted(CertificateSource certificateSource)
This method allows to declare all certificates from a given certificate
source as trusted.
|
void |
CertificatePool.importCerts(CertificateSource certificateSource)
This method allows to imports certificates from a
CommonCertificateSource. |
Copyright © 2019. All rights reserved.