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
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractPdfDssDict(PdfDict dssDictionary)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
protected abstract String
getCertArrayDictionaryName()
Map<Long,CertificateToken>
getCERTs()
Returns a map of unique identifiers and Certificate Tokensprotected abstract String
getCRLArrayDictionaryName()
Map<Long,CRLBinary>
getCRLs()
Returns a map of uniques identifiers and CRL binariesprotected abstract String
getDictionaryName()
protected abstract String
getOCSPArrayDictionaryName()
Map<Long,org.bouncycastle.cert.ocsp.BasicOCSPResp>
getOCSPs()
Returns a map of unique identifiers and BasicOCSPResponsesint
hashCode()
-
Constructor Details
-
Method Details
-
getDictionaryName
-
getCertArrayDictionaryName
-
getCRLArrayDictionaryName
-
getOCSPArrayDictionaryName
-
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 and BasicOCSPResponses- Specified by:
getOCSPs
in interfacePdfDssDict
- Returns:
- a map of identifiers and
BasicOCSPResp
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 indetifiers and
CertificateToken
s
-
hashCode
public int hashCode() -
equals
-