java.lang.Object
eu.europa.esig.dss.pades.validation.dss.PdfVriDictSource
This class extracts special information from a VRI dictionary
-
Constructor Summary
ConstructorsConstructorDescriptionPdfVriDictSource(PdfDssDict dssDictionary, String vriDictionaryName) Default constructor -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.spi.x509.tsp.TimestampTokenReturns a timestamp token extracted from the VRI dictionary from 'TS' fieldReturns VRI creation time extracted from 'TU' field
-
Constructor Details
-
PdfVriDictSource
Default constructor- Parameters:
dssDictionary-PdfDssDictDSS dictionaryvriDictionaryName-StringSHA-1 of the signature name
-
-
Method Details
-
getVRICreationTime
Returns VRI creation time extracted from 'TU' field- Returns:
Date
-
getTimestampToken
public eu.europa.esig.dss.spi.x509.tsp.TimestampToken getTimestampToken()Returns a timestamp token extracted from the VRI dictionary from 'TS' field- Returns:
TimestampToken
-