Package eu.europa.esig.dss.pdf
Class AbstractPdfDssDict
java.lang.Object
eu.europa.esig.dss.pdf.AbstractPdfDssDict
- All Implemented Interfaces:
PdfDssDict,Serializable
- Direct Known Subclasses:
PdfVriDict,SingleDssDict
An abstract implementation of
PdfDssDict- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractPdfDssDict(PdfDict dssDictionary) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected abstract StringGets the certificate array dictionary namegetCERTs()Returns a map of unique identifiers and Certificate Tokensprotected abstract StringGets the CRL array dictionary namegetCRLs()Returns a map of uniques identifiers and CRL binariesprotected abstract StringGets the dictionary name (DSS or VRI)protected abstract StringGets the OCSP array dictionary namegetOCSPs()Returns a map of unique identifiers andOCSPResponseBinarysinthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.europa.esig.dss.pdf.PdfDssDict
getVRIs
-
Constructor Details
-
AbstractPdfDssDict
Default constructor- Parameters:
dssDictionary-PdfDict
-
-
Method Details
-
getDictionaryName
Gets the dictionary name (DSS or VRI)- Returns:
String
-
getCertArrayDictionaryName
Gets the certificate array dictionary name- Returns:
String
-
getCRLArrayDictionaryName
Gets the CRL array dictionary name- Returns:
String
-
getOCSPArrayDictionaryName
Gets the OCSP array dictionary name- Returns:
String
-
getCRLs
Description copied from interface:PdfDssDictReturns a map of uniques identifiers and CRL binaries- Specified by:
getCRLsin interfacePdfDssDict- Returns:
- a map of identifiers and CRL binaries
-
getOCSPs
Description copied from interface:PdfDssDictReturns a map of unique identifiers andOCSPResponseBinarys- Specified by:
getOCSPsin interfacePdfDssDict- Returns:
- a map of identifiers and
OCSPResponseBinarys
-
getCERTs
Description copied from interface:PdfDssDictReturns a map of unique identifiers and Certificate Tokens- Specified by:
getCERTsin interfacePdfDssDict- Returns:
- a map of identifiers and
CertificateTokens
-
hashCode
public int hashCode() -
equals
-