Package eu.europa.esig.dss.spi.x509
Interface CertificatePoolSharer
- All Known Implementing Classes:
ASiCEWithCAdESTimestampValidator
,CMSDocumentForASiCValidator
,DetachedTimestampValidator
,XMLDocumentForASiCValidator
public interface CertificatePoolSharer
-
Method Summary
Modifier and Type Method Description void
setValidationCertPool(CertificatePool validationCertPool)
This method allows to share the certificate pool between signature validations
-
Method Details
-
setValidationCertPool
This method allows to share the certificate pool between signature validations- Parameters:
validationCertPool
- the certificate pool
-