Uses of Class
eu.europa.esig.dss.diagnostic.TimestampWrapper
-
-
-
Uses of TimestampWrapper in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return TimestampWrapper Modifier and Type Method Description TimestampWrapperDiagnosticData. getTimestampById(String id)Returns the TimestampWrapper corresponding to the given id.Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type TimestampWrapper Modifier and Type Method Description List<TimestampWrapper>DiagnosticData. getTimestampList()This method retrieves a set of timestamp wrappersList<TimestampWrapper>DiagnosticData. getTimestampList(String signatureId)This method returns the list of timestamps wrappers which covers the given signature.List<TimestampWrapper>SignatureWrapper. getTimestampList()List<TimestampWrapper>SignatureWrapper. getTimestampListByLocation(TimestampLocation timestampLocation)List<TimestampWrapper>SignatureWrapper. getTimestampListByType(TimestampType timestampType)Set<TimestampWrapper>DiagnosticData. getTimestampSet()This method returns timestamps -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.bbb.sav
Constructors in eu.europa.esig.dss.validation.process.bbb.sav with parameters of type TimestampWrapper Constructor Description MessageImprintDigestAlgorithmValidation(Date currentTime, TimestampWrapper timestamp, ValidationPolicy validationPolicy)TimestampAcceptanceValidation(Date currentTime, TimestampWrapper timestamp, ValidationPolicy validationPolicy) -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.vpfltvd.checks
Constructor parameters in eu.europa.esig.dss.validation.process.vpfltvd.checks with type arguments of type TimestampWrapper Constructor Description TimestampCoherenceOrderCheck(XmlValidationProcessLongTermData result, List<TimestampWrapper> timestamps, LevelConstraint constraint) -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.vpfswatsp
Methods in eu.europa.esig.dss.validation.process.vpfswatsp with parameters of type TimestampWrapper Modifier and Type Method Description intTimestampComparator. compare(TimestampWrapper t1, TimestampWrapper t2)voidPOEExtraction. extractPOE(TimestampWrapper timestamp) -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.vpfswatsp.checks
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks with parameters of type TimestampWrapper Constructor Description PastTimestampValidation(XmlValidationProcessArchivalData result, XmlPSV xmlPSV, XmlSAV xmlSAV, TimestampWrapper timestamp, LevelConstraint constraint) -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.vpftsp
Constructors in eu.europa.esig.dss.validation.process.vpftsp with parameters of type TimestampWrapper Constructor Description ValidationProcessForTimeStamps(TimestampWrapper timestamp, Map<String,XmlBasicBuildingBlocks> bbbs)
-