Uses of Class
eu.europa.esig.dss.validation.process.vpfswatsp.POE
Package | Description |
---|---|
eu.europa.esig.dss.validation.process.vpfswatsp |
-
Uses of POE in eu.europa.esig.dss.validation.process.vpfswatsp
Methods in eu.europa.esig.dss.validation.process.vpfswatsp that return POE Modifier and Type Method Description POE
POEExtraction. getLowestPOE(String tokenId)
Returns the lowest POE for the requested token NOTE: can return NULL if POE is not found (init(controlTime) method must be executed before)Methods in eu.europa.esig.dss.validation.process.vpfswatsp with parameters of type POE Modifier and Type Method Description void
POEExtraction. addSignaturePOE(SignatureWrapper signature, POE proofOfExistence)
Adds a specific POE for a signature wrapperboolean
POEComparator. before(POE poeOne, POE poeTwo)
Checks if thepoeOne
is before thepoetwo
int
POEComparator. compare(POE poe1, POE poe2)