Package eu.europa.esig.dss.pdf
Class PdfVriDict
java.lang.Object
eu.europa.esig.dss.pdf.AbstractPdfDssDict
eu.europa.esig.dss.pdf.PdfVriDict
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected StringGets the certificate array dictionary nameprotected StringGets the CRL array dictionary nameprotected StringGets the dictionary name (DSS or VRI)getName()Returns key of the VRI dictionaryprotected StringGets the OCSP array dictionary namebyte[]Returns 'TS' stream valueReturns 'TU' timegetVRIs()Returns a list of VRI dictionariesinthashCode()Methods inherited from class eu.europa.esig.dss.pdf.AbstractPdfDssDict
getCERTs, getCRLs, getOCSPs
-
Constructor Details
-
PdfVriDict
-
-
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
-
getTUTime
-
getTSStream
public byte[] getTSStream()Returns 'TS' stream value- Returns:
- byte array representing a timestamp when present, NULL otherwise
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractPdfDssDict
-
equals
- Overrides:
equalsin classAbstractPdfDssDict
-