Class POEComparator

java.lang.Object
eu.europa.esig.dss.validation.process.vpfswatsp.POEComparator
All Implemented Interfaces:
Serializable, Comparator<POE>

public class POEComparator extends Object implements Comparator<POE>, Serializable
The class compares two POE instances, by its production time, origin and covered context The class returns the following values: -1 if the poe1 is preferred over poe2 0 of the POEs are equal 1 if the poe2 is preferred over poe1
See Also: