Class SignatureCertificateSource

java.lang.Object
All Implemented Interfaces:
CertificateSource, Serializable
Direct Known Subclasses:
CMSCertificateSource, JAdESCertificateSource, XAdESCertificateSource

public abstract class SignatureCertificateSource extends TokenCertificateSource
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: