Module jpms_dss_pades
Class PdfCompositeDssDictionary
java.lang.Object
eu.europa.esig.dss.pades.validation.dss.PdfCompositeDssDictionary
- All Implemented Interfaces:
Serializable
This class represents a merged result of all /DSS dictionaries' content extracted from a PDF document
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the composite certificate sourceGets the composite CRL sourceGets the composite OCSP sourcevoidpopulateFromDssDictionary(PdfDssDict dssDict) This method is used to populate certificate and revocation sources with data extracted from /DSS revision
-
Constructor Details
-
PdfCompositeDssDictionary
public PdfCompositeDssDictionary()Default constructor
-
-
Method Details
-
getCertificateSource
Gets the composite certificate source- Returns:
PdfCompositeDssDictCertificateSource
-
getCrlSource
Gets the composite CRL source- Returns:
PdfCompositeDssDictCRLSource
-
getOcspSource
Gets the composite OCSP source- Returns:
PdfCompositeDssDictOCSPSource
-
populateFromDssDictionary
This method is used to populate certificate and revocation sources with data extracted from /DSS revision- Parameters:
dssDict-PdfDssDictrepresenting PDF revision's content
-