Class POE
java.lang.Object
eu.europa.esig.dss.validation.process.vpfswatsp.POE
- Direct Known Subclasses:
EvidenceRecordPOE
,TimestampPOE
Contains Proof Of Existence for validation objects
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of objects covered by the POE if applicable NOTE: returns NULL if the POE is defined by a control timeReturns an Id of a token providing the POE (e.g. a time-stamp Id) NOTE: if the POE is not provided by a token (e.g. validation time POE), returns NULL valuegetTime()
Returns time of the POEboolean
Returns whether the POE is provided by a token (i.e. a time-stamp or an evidence record)
-
Constructor Details
-
POE
-
-
Method Details
-
getTime
-
getPOEProviderId
-
getPOEObjects
Returns a list of objects covered by the POE if applicable NOTE: returns NULL if the POE is defined by a control time- Returns:
- a list of
XmlTimestampedObject
s
-
isTokenProvided
public boolean isTokenProvided()Returns whether the POE is provided by a token (i.e. a time-stamp or an evidence record)- Returns:
- TRUE if the POE is provided by a token, FALSE otherwise
-