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 TimestampWrapper
DiagnosticData. 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>
SignatureWrapper. getArchiveTimestamps()
List<TimestampWrapper>
SignatureWrapper. getContentTimestamps()
List<TimestampWrapper>
SignatureWrapper. getSignatureTimestamps()
List<TimestampWrapper>
SignatureWrapper. getTimestampLevelX()
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(I18nProvider i18nProvider, Date currentTime, TimestampWrapper timestamp, ValidationPolicy validationPolicy)
TimestampAcceptanceValidation(I18nProvider i18nProvider, Date currentTime, TimestampWrapper timestamp, ValidationPolicy validationPolicy)
-
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.qualification.timestamp
Constructors in eu.europa.esig.dss.validation.process.qualification.timestamp with parameters of type TimestampWrapper Constructor Description TimestampQualificationBlock(I18nProvider i18nProvider, TimestampWrapper timestamp, List<XmlTLAnalysis> tlAnalysis)
-
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.vpfltvd
Methods in eu.europa.esig.dss.validation.process.vpfltvd with parameters of type TimestampWrapper Modifier and Type Method Description int
TimestampByGenerationTimeComparator. compare(TimestampWrapper t1, TimestampWrapper t2)
-
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(I18nProvider i18nProvider, 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 int
TimestampComparator. compare(TimestampWrapper t1, TimestampWrapper t2)
void
POEExtraction. 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(I18nProvider i18nProvider, 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 ValidationProcessForTimeStamp(I18nProvider i18nProvider, DiagnosticData diagnosticData, TimestampWrapper timestamp, Map<String,XmlBasicBuildingBlocks> bbbs)