Package eu.europa.esig.dss.pdf
Class PdfVRIDict
java.lang.Object
eu.europa.esig.dss.pdf.AbstractPdfDssDict
eu.europa.esig.dss.pdf.PdfVRIDict
- All Implemented Interfaces:
PdfDssDict
public class PdfVRIDict extends AbstractPdfDssDict
Represents a VRI dictionary
-
Constructor Summary
Constructors Constructor Description PdfVRIDict(String name, PdfDict vriDict)Default constructor -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)protected StringgetCertArrayDictionaryName()Gets the certificate array dictionary nameprotected StringgetCRLArrayDictionaryName()Gets the CRL array dictionary nameprotected StringgetDictionaryName()Gets the dictionary name (DSS or VRI)StringgetName()protected StringgetOCSPArrayDictionaryName()Gets the OCSP array dictionary nameList<PdfVRIDict>getVRIs()Returns a list of VRI dictionariesinthashCode()Methods inherited from class eu.europa.esig.dss.pdf.AbstractPdfDssDict
getCERTs, getCRLs, getOCSPs
-
Constructor Details
-
Method Details
-
getDictionaryName
Description copied from class:AbstractPdfDssDictGets the dictionary name (DSS or VRI)- Specified by:
getDictionaryNamein classAbstractPdfDssDict- Returns:
String
-
getCertArrayDictionaryName
Description copied from class:AbstractPdfDssDictGets the certificate array dictionary name- Specified by:
getCertArrayDictionaryNamein classAbstractPdfDssDict- Returns:
String
-
getCRLArrayDictionaryName
Description copied from class:AbstractPdfDssDictGets the CRL array dictionary name- Specified by:
getCRLArrayDictionaryNamein classAbstractPdfDssDict- Returns:
String
-
getOCSPArrayDictionaryName
Description copied from class:AbstractPdfDssDictGets the OCSP array dictionary name- Specified by:
getOCSPArrayDictionaryNamein classAbstractPdfDssDict- Returns:
String
-
getName
-
getVRIs
Description copied from interface:PdfDssDictReturns a list of VRI dictionaries- Returns:
- a list of
PdfVRIDicts
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractPdfDssDict
-
equals
- Overrides:
equalsin classAbstractPdfDssDict
-