| Package | Description |
|---|---|
| eu.europa.esig.dss.x509 |
| Modifier and Type | Method and Description |
|---|---|
CertificatePool |
CommonCertificateSource.getCertificatePool() |
CertificatePool |
CertificateSource.getCertificatePool()
This method return the
CertificatePool encapsulated by the source. |
| Constructor and Description |
|---|
CommonCertificateSource(CertificatePool certPool)
The default constructor with mandatory certificates pool.
|
KeyStoreCertificateSource(File ksFile,
String ksType,
String ksPassword,
CertificatePool certPool)
Constructor for KeyStoreCertificateSource with
CertificatePool. |
KeyStoreCertificateSource(InputStream ksStream,
String ksType,
String ksPassword,
CertificatePool certPool)
The default constructor for KeyStoreCertificateSource.
|
KeyStoreCertificateSource(String ksType,
String ksPassword,
CertificatePool certPool)
Constructor for KeyStoreCertificateSource with
CertificatePool. |
KeyStoreCertificateSource(String ksFilePath,
String ksType,
String ksPassword,
CertificatePool certPool)
Constructor for KeyStoreCertificateSource with
CertificatePool. |
SignatureCertificateSource(CertificatePool certPool)
The default constructor with mandatory certificates pool.
|
Copyright © 2019. All rights reserved.