Class SignatureCertificateSource

java.lang.Object
eu.europa.esig.dss.spi.x509.CommonCertificateSource
eu.europa.esig.dss.validation.SignatureCertificateSource
All Implemented Interfaces:
CertificateSource, Serializable
Direct Known Subclasses:
CMSCertificateSource, XAdESCertificateSource

public abstract class SignatureCertificateSource
extends CommonCertificateSource
The advanced signature contains a list of certificate that was needed to validate the signature. This class is a basic skeleton that is able to retrieve the needed certificate from a list. The child need to retrieve the list of wrapped certificates.
See Also:
Serialized Form