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
ModifierConstructorDescriptionprotected
AbstractPdfDssDict
(PdfDict dssDictionary) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected abstract String
Gets the certificate array dictionary namegetCERTs()
Returns a map of unique identifiers and Certificate Tokensprotected abstract String
Gets the CRL array dictionary namegetCRLs()
Returns a map of uniques identifiers and CRL binariesprotected abstract String
Gets the dictionary name (DSS or VRI)protected abstract String
Gets the OCSP array dictionary namegetOCSPs()
Returns a map of unique identifiers andOCSPResponseBinary
sint
hashCode()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods 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:PdfDssDict
Returns a map of uniques identifiers and CRL binaries- Specified by:
getCRLs
in interfacePdfDssDict
- Returns:
- a map of identifiers and CRL binaries
-
getOCSPs
Description copied from interface:PdfDssDict
Returns a map of unique identifiers andOCSPResponseBinary
s- Specified by:
getOCSPs
in interfacePdfDssDict
- Returns:
- a map of identifiers and
OCSPResponseBinary
s
-
getCERTs
Description copied from interface:PdfDssDict
Returns a map of unique identifiers and Certificate Tokens- Specified by:
getCERTs
in interfacePdfDssDict
- Returns:
- a map of identifiers and
CertificateToken
s
-
hashCode
public int hashCode() -
equals
-