Package eu.europa.esig.dss.pdf
Interface PdfDssDict
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractPdfDssDict
,PdfVriDict
,SingleDssDict
Represents the DSS dictionary
-
Method Summary
-
Method Details
-
getCRLs
Returns a map of uniques identifiers and CRL binaries- Returns:
- a map of identifiers and CRL binaries
-
getOCSPs
Map<Long,OCSPResponseBinary> getOCSPs()Returns a map of unique identifiers andOCSPResponseBinary
s- Returns:
- a map of identifiers and
OCSPResponseBinary
s
-
getCERTs
Map<Long,CertificateToken> getCERTs()Returns a map of unique identifiers and Certificate Tokens- Returns:
- a map of identifiers and
CertificateToken
s
-
getVRIs
List<PdfVriDict> getVRIs()Returns a list of VRI dictionaries- Returns:
- a list of
PdfVriDict
s
-