Package eu.europa.esig.dss.pdf
Class PdfDssDict
- java.lang.Object
-
- eu.europa.esig.dss.pdf.PdfDssDict
-
public class PdfDssDict extends Object
This class is a representation of a DSS (Document Security Store) Dictionary embedded in a PDF file. The dictionary is unique in a PDF file and can contain : VRI dictionary, certificates (Certs), OCSP responses (OCSPs) and CRLs. This dictionary is filled in PAdES-BASELINE-LT extension process.
-
-
Method Detail
-
extract
public static PdfDssDict extract(PdfDict documentDict)
-
getCERTs
public Map<Long,CertificateToken> getCERTs()
-
getVRIs
public List<PdfVRIDict> getVRIs()
-
-