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 boolean
equals(Object obj)
protected String
getCertArrayDictionaryName()
Gets the certificate array dictionary nameprotected String
getCRLArrayDictionaryName()
Gets the CRL array dictionary nameprotected String
getDictionaryName()
Gets the dictionary name (DSS or VRI)String
getName()
protected String
getOCSPArrayDictionaryName()
Gets the OCSP array dictionary nameList<PdfVRIDict>
getVRIs()
Returns a list of VRI dictionariesint
hashCode()
Methods inherited from class eu.europa.esig.dss.pdf.AbstractPdfDssDict
getCERTs, getCRLs, getOCSPs
-
Constructor Details
-
Method Details
-
getDictionaryName
Description copied from class:AbstractPdfDssDict
Gets the dictionary name (DSS or VRI)- Specified by:
getDictionaryName
in classAbstractPdfDssDict
- Returns:
String
-
getCertArrayDictionaryName
Description copied from class:AbstractPdfDssDict
Gets the certificate array dictionary name- Specified by:
getCertArrayDictionaryName
in classAbstractPdfDssDict
- Returns:
String
-
getCRLArrayDictionaryName
Description copied from class:AbstractPdfDssDict
Gets the CRL array dictionary name- Specified by:
getCRLArrayDictionaryName
in classAbstractPdfDssDict
- Returns:
String
-
getOCSPArrayDictionaryName
Description copied from class:AbstractPdfDssDict
Gets the OCSP array dictionary name- Specified by:
getOCSPArrayDictionaryName
in classAbstractPdfDssDict
- Returns:
String
-
getName
-
getVRIs
Description copied from interface:PdfDssDict
Returns a list of VRI dictionaries- Returns:
- a list of
PdfVRIDict
s
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractPdfDssDict
-
equals
- Overrides:
equals
in classAbstractPdfDssDict
-