Package eu.europa.esig.dss.pdf
Class AbstractPdfDssDict
java.lang.Object
eu.europa.esig.dss.pdf.AbstractPdfDssDict
- All Implemented Interfaces:
PdfDssDict
- Direct Known Subclasses:
PdfVRIDict,SingleDssDict
public abstract class AbstractPdfDssDict extends Object implements PdfDssDict
An abstract implementation of
PdfDssDict-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractPdfDssDict(PdfDict dssDictionary)Default constructor -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)protected abstract StringgetCertArrayDictionaryName()Gets the certificate array dictionary nameMap<Long,CertificateToken>getCERTs()Returns a map of unique identifiers and Certificate Tokensprotected abstract StringgetCRLArrayDictionaryName()Gets the CRL array dictionary nameMap<Long,CRLBinary>getCRLs()Returns a map of uniques identifiers and CRL binariesprotected abstract StringgetDictionaryName()Gets the dictionary name (DSS or VRI)protected abstract StringgetOCSPArrayDictionaryName()Gets the OCSP array dictionary nameMap<Long,org.bouncycastle.cert.ocsp.BasicOCSPResp>getOCSPs()Returns a map of unique identifiers and BasicOCSPResponsesinthashCode()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 and BasicOCSPResponses- Specified by:
getOCSPsin interfacePdfDssDict- Returns:
- a map of identifiers and
BasicOCSPResps
-
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
-