Uses of Class
eu.europa.esig.dss.enumerations.TimestampType
-
-
Uses of TimestampType in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return TimestampType Modifier and Type Method Description static TimestampTypeTimestampType. valueOf(String name)Returns the enum constant of this type with the specified name.static TimestampType[]TimestampType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.europa.esig.dss.enumerations with parameters of type TimestampType Modifier and Type Method Description intTimestampType. compare(TimestampType timestampType)Compares this TimestampType with the providedtimestampTypeMust be in the order: Content - Signature - ValidationData - Archival
-