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 protectedAbstractPdfDssDict(PdfDict dssDictionary) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)protected abstract StringgetCertArrayDictionaryName()Map<Long,CertificateToken>getCERTs()Returns a map of unique identifiers and Certificate Tokensprotected abstract StringgetCRLArrayDictionaryName()Map<Long,CRLBinary>getCRLs()Returns a map of uniques identifiers and CRL binariesprotected abstract StringgetDictionaryName()protected abstract StringgetOCSPArrayDictionaryName()Map<Long,org.bouncycastle.cert.ocsp.BasicOCSPResp>getOCSPs()Returns a map of unique identifiers and BasicOCSPResponsesinthashCode()
-
Constructor Details
-
Method Details
-
getDictionaryName
-
getCertArrayDictionaryName
-
getCRLArrayDictionaryName
-
getOCSPArrayDictionaryName
-
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 indetifiers and
CertificateTokens
-
hashCode
public int hashCode() -
equals
-