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
,Serializable
Represents a VRI dictionary
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
protected String
Gets the certificate array dictionary nameprotected String
Gets the CRL array dictionary nameprotected String
Gets the dictionary name (DSS or VRI)getName()
Returns key of the VRI dictionaryprotected String
Gets the OCSP array dictionary namebyte[]
Returns 'TS' stream valueReturns 'TU' timegetVRIs()
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
Returns key of the VRI dictionary- Returns:
String
-
getVRIs
Description copied from interface:PdfDssDict
Returns a list of VRI dictionaries- Returns:
- a list of
PdfVriDict
s
-
getTUTime
Returns 'TU' time- Returns:
Date
when 'TU' value is present, NULL otherwise
-
getTSStream
public byte[] getTSStream()Returns 'TS' stream value- Returns:
- byte array representing a timestamp when present, NULL otherwise
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractPdfDssDict
-
equals
- Overrides:
equals
in classAbstractPdfDssDict
-