public abstract class SignatureCertificateSource extends CommonCertificateSource
| Modifier | Constructor and Description |
|---|---|
protected |
SignatureCertificateSource(CertificatePool certPool)
The default constructor with mandatory certificates pool.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateSourceType |
getCertificateSourceType()
This method returns the certificate source type associated to the
implementation class.
|
abstract List<CertificateToken> |
getEncapsulatedCertificates()
Retrieves the list of all encapsulated certificates (-XL extension) from this source.
|
abstract List<CertificateToken> |
getKeyInfoCertificates()
Retrieves the list of all certificates present in -BES level of the signature from this source.
|
addCertificate, get, getCertificatePool, getCertificates, getNumberOfCertificates, removeCertificateprotected SignatureCertificateSource(CertificatePool certPool)
certPool - the certificate poolpublic abstract List<CertificateToken> getEncapsulatedCertificates()
public abstract List<CertificateToken> getKeyInfoCertificates()
public CertificateSourceType getCertificateSourceType()
CertificateSourcegetCertificateSourceType in interface CertificateSourcegetCertificateSourceType in class CommonCertificateSourceCopyright © 2019. All rights reserved.