Interface PdfDssDict
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractPdfDssDict, PdfVriDict, SingleDssDict
Represents the DSS dictionary
-
Method Summary
-
Method Details
-
getCRLs
Map<PdfObjectKey, CRLBinary> getCRLs()Returns a map of uniques identifiers and CRL binaries- Returns:
- a map of identifiers and CRL binaries
-
getOCSPs
Map<PdfObjectKey, OCSPResponseBinary> getOCSPs()Returns a map of unique identifiers andOCSPResponseBinarys- Returns:
- a map of identifiers and
OCSPResponseBinarys
-
getCERTs
Map<PdfObjectKey, CertificateToken> getCERTs()Returns a map of unique identifiers and Certificate Tokens- Returns:
- a map of identifiers and
CertificateTokens
-
getVRIs
-