Uses of Class
eu.europa.esig.dss.diagnostic.TimestampWrapper
Packages that use TimestampWrapper
Package
Description
-
Uses of TimestampWrapper in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return TimestampWrapperModifier and TypeMethodDescriptionEvidenceRecordWrapper.getFirstTimestamp()Returns initial time-stamp of the evidence recordDiagnosticData.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 TimestampWrapperModifier and TypeMethodDescriptionSignatureWrapper.getALevelTimestamps()Returns a list of archive timestamps for the signatureSignatureWrapper.getAllTimestampsProducedAfterSignatureCreation()Returns all non-content timestampsSignatureWrapper.getArchiveTimestamps()Returns a list of archive timestamps for the signatureSignatureWrapper.getContainerTimestamps()Returns all container detached timestamps (used for ASiC containers)SignatureWrapper.getContentTimestamps()Returns a list of content timestamps of the signatureEvidenceRecordWrapper.getCoveredTimestamps()Returns a list of timestamps covered be the current evidence recordSignatureWrapper.getDocumentTimestamps()Returns all PDF document timestampsDiagnosticData.getNonEvidenceRecordTimestamps()Returns a list of time-stamp tokens which are not evidence record time-stampsSignatureWrapper.getSignatureTimestamps()Returns all signature timestampsTimestampWrapper.getTimestampedTimestamps()Returns a list of timestamps covered be the current timestampSignatureWrapper.getTimestampLevelX()Returns a list of validation-data-refs-only- and validation-data- time-stamps for the signatureDiagnosticData.getTimestampList()This method retrieves a list of timestamp wrappersDiagnosticData.getTimestampList(String signatureId) This method returns the list of timestamps wrappers which covers the given signature.EvidenceRecordWrapper.getTimestampList()Gets a list of time-stamp tokens associated with the evidence recordSignatureWrapper.getTimestampList()Returns a list of associated timestampsSignatureWrapper.getTimestampListByType(TimestampType timestampType) Returns a list of associated timestamps by typeDiagnosticData.getTimestampsByType(TimestampType timestampType) Returns a list ofTimestampWrappers for the givenTimestampTypeSignatureWrapper.getTLevelTimestamps()Returns a list of signature timestamps for the signatureSignatureWrapper.getVRITimestamps()Returns all corresponding VRI timestamps (PAdES only) -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.bbb.aov
Subclasses with type arguments of type TimestampWrapper in eu.europa.esig.dss.validation.process.bbb.aovModifier and TypeClassDescriptionclassPerforms cryptographic validation of a timestamp tokenConstructors in eu.europa.esig.dss.validation.process.bbb.aov with parameters of type TimestampWrapperModifierConstructorDescriptionTimestampAlgorithmObsolescenceValidation(I18nProvider i18nProvider, TimestampWrapper token, Date validationDate, ValidationPolicy validationPolicy) Common constructor -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.bbb.cv.checks
Constructors in eu.europa.esig.dss.validation.process.bbb.cv.checks with parameters of type TimestampWrapperModifierConstructorDescriptionEvidenceRecordHashTreeRenewalTimestampCheck(I18nProvider i18nProvider, XmlCV result, DiagnosticData diagnosticData, TimestampWrapper timestampWrapper, LevelRule constraint) Default constructor -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.bbb.fc
Subclasses with type arguments of type TimestampWrapper in eu.europa.esig.dss.validation.process.bbb.fcModifier and TypeClassDescriptionclassThis class performs "5.2.2 Format Checking" building block execution for a document or container timestampConstructors in eu.europa.esig.dss.validation.process.bbb.fc with parameters of type TimestampWrapperModifierConstructorDescriptionTimestampFormatChecking(I18nProvider i18nProvider, DiagnosticData diagnosticData, TimestampWrapper timestamp, Context context, ValidationPolicy policy) Default constructor -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.bbb.fc.checks
Subclasses with type arguments of type TimestampWrapper in eu.europa.esig.dss.validation.process.bbb.fc.checksModifier and TypeClassDescriptionclassThis class verifies conformance of the timestamp's document filename to the ASiC specificationclassVerifies conformance of a related to a timestamp manifest filenameConstructors in eu.europa.esig.dss.validation.process.bbb.fc.checks with parameters of type TimestampWrapperModifierConstructorDescriptionCAdESV3HashIndexCheck(I18nProvider i18nProvider, XmlFC result, TimestampWrapper timestamp, LevelRule constraint) Default constructorSignedAndTimestampedFilesCoveredCheck(I18nProvider i18nProvider, XmlFC result, DiagnosticData diagnosticData, TimestampWrapper timestampWrapper, LevelRule constraint) Default constructorTimestampFilenameAdherenceCheck(I18nProvider i18nProvider, XmlFC result, DiagnosticData diagnosticData, TimestampWrapper token, LevelRule constraint) Default constructorTimestampManifestFilenameAdherenceCheck(I18nProvider i18nProvider, XmlFC result, DiagnosticData diagnosticData, TimestampWrapper token, LevelRule constraint) Default constructor -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.bbb.sav
Subclasses with type arguments of type TimestampWrapper in eu.europa.esig.dss.validation.process.bbb.savModifier and TypeClassDescriptionclass5.2.8 Signature acceptance validation (SAV) This building block covers any additional verification to be performed on the signature itself or on the attributes of the signature ETSI EN 319 132-1Constructors in eu.europa.esig.dss.validation.process.bbb.sav with parameters of type TimestampWrapperModifierConstructorDescriptionTimestampAcceptanceValidation(I18nProvider i18nProvider, Date currentTime, TimestampWrapper timestamp, XmlAOV aov, ValidationPolicy validationPolicy) Default constructor -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.bbb.sav.checks
Fields in eu.europa.esig.dss.validation.process.bbb.sav.checks declared as TimestampWrapperModifier and TypeFieldDescriptionprotected final TimestampWrapperContentTimestampBasicValidationCheck.timestampThe timestamp to checkMethods in eu.europa.esig.dss.validation.process.bbb.sav.checks that return types with arguments of type TimestampWrapperModifier and TypeMethodDescriptionprotected abstract Collection<TimestampWrapper> AbstractTimeStampPresentCheck.getTimestamps()Returns a collection of timestamps to be checked for a presence of a valid oneprotected Collection<TimestampWrapper> LTALevelTimeStampCheck.getTimestamps()protected Collection<TimestampWrapper> TLevelTimeStampCheck.getTimestamps()Constructors in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type TimestampWrapperModifierConstructorDescriptionContentTimestampBasicValidationCheck(I18nProvider i18nProvider, XmlSAV result, TimestampWrapper timestamp, XmlConclusion timestampValidationResult, LevelRule constraint) Default constructorTSAGeneralNameFieldPresentCheck(I18nProvider i18nProvider, XmlSAV result, TimestampWrapper timestampWrapper, LevelRule constraint) Default constructorTSAGeneralNameOrderMatchCheck(I18nProvider i18nProvider, XmlSAV result, TimestampWrapper timestampWrapper, LevelRule constraint) Default constructorTSAGeneralNameValueMatchCheck(I18nProvider i18nProvider, XmlSAV result, TimestampWrapper timestampWrapper, LevelRule constraint) Default constructor -
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 TimestampWrapperModifierConstructorDescriptionTimestampQualificationAtTimeBlock(I18nProvider i18nProvider, ValidationTime validationTime, TimestampWrapper timestamp, List<TrustServiceWrapper> acceptableServices) Constructor for validation at the timestamp generation timeTimestampQualificationAtTimeBlock(I18nProvider i18nProvider, ValidationTime validationTime, Date date, TimestampWrapper timestamp, List<TrustServiceWrapper> acceptableServices) Constructor with a custom validationdateTimestampQualificationBlock(I18nProvider i18nProvider, TimestampWrapper timestamp, List<XmlTLAnalysis> tlAnalysis, POEExtraction poe) Default constructor -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.vpfbs
Methods in eu.europa.esig.dss.validation.process.vpfbs that return types with arguments of type TimestampWrapperModifier and TypeMethodDescriptionprotected List<TimestampWrapper> AbstractBasicValidationProcess.getContentTimestamps()Returns a list of content timestampsprotected List<TimestampWrapper> BasicSignatureValidationProcess.getContentTimestamps() -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.vpfbs.checks
Constructors in eu.europa.esig.dss.validation.process.vpfbs.checks with parameters of type TimestampWrapperModifierConstructorDescriptionTimestampGenerationTimeNotAfterCertificateExpirationCheck(I18nProvider i18nProvider, T result, TimestampWrapper contentTimestamp, Date signingCertificateNotAfter, LevelRule constraint) Default constructorTimestampGenerationTimeNotAfterCryptographicConstraintsExpirationCheck(I18nProvider i18nProvider, T result, TimestampWrapper contentTimestamp, XmlCryptographicValidation cryptographicValidation, LevelRule constraint) Default constructorTimestampGenerationTimeNotAfterRevocationTimeCheck(I18nProvider i18nProvider, T result, TimestampWrapper contentTimestamp, Date signingCertificateRevocationTime, LevelRule constraint) Default constructorConstructor parameters in eu.europa.esig.dss.validation.process.vpfbs.checks with type arguments of type TimestampWrapperModifierConstructorDescriptionContentTimestampsCheck(I18nProvider i18nProvider, T result, List<TimestampWrapper> contentTimestamps, LevelRule constraint) Default constructor -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.vpfltvd.checks
Constructors in eu.europa.esig.dss.validation.process.vpfltvd.checks with parameters of type TimestampWrapperModifierConstructorDescriptionTimestampMessageImprintWithIdCheck(I18nProvider i18nProvider, T result, TimestampWrapper timestamp, LevelRule constraint) Default constructorConstructor parameters in eu.europa.esig.dss.validation.process.vpfltvd.checks with type arguments of type TimestampWrapperModifierConstructorDescriptionTimestampCoherenceOrderCheck(I18nProvider i18nProvider, XmlValidationProcessLongTermData result, List<TimestampWrapper> timestamps, LevelRule constraint) Default constructor -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.vpfswatsp
Methods in eu.europa.esig.dss.validation.process.vpfswatsp with parameters of type TimestampWrapperModifier and TypeMethodDescriptionvoidPOEExtraction.extractPOE(TimestampWrapper timestamp) Extracts POE for all covered objects from a single timestamp wrapperMethod parameters in eu.europa.esig.dss.validation.process.vpfswatsp with type arguments of type TimestampWrapperModifier and TypeMethodDescriptionvoidPOEExtraction.collectAllPOE(Collection<TimestampWrapper> timestamps) Extracts all POEs from the provided collection of timestampsConstructors in eu.europa.esig.dss.validation.process.vpfswatsp with parameters of type TimestampWrapperModifierConstructorDescriptionTimestampPOE(TimestampWrapper timestampWrapper) The constructor to instantiate POE by a 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 TimestampWrapperModifierConstructorDescriptionTimestampValidationCheck(I18nProvider i18nProvider, T result, TimestampWrapper timestamp, XmlValidationProcessArchivalDataTimestamp timestampValidationResult, LevelRule constraint) Default constructor -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.vpfswatsp.evidencerecord
Methods in eu.europa.esig.dss.validation.process.vpfswatsp.evidencerecord that return types with arguments of type TimestampWrapperModifier and TypeMethodDescriptionprotected List<TimestampWrapper> EvidenceRecordTimestampsValidationBlock.getTimestamps()Methods in eu.europa.esig.dss.validation.process.vpfswatsp.evidencerecord with parameters of type TimestampWrapperModifier and TypeMethodDescriptionprotected POEExtractionEvidenceRecordTimestampsValidationBlock.getPoe(TimestampWrapper timestamp) -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.vpftsp
Fields in eu.europa.esig.dss.validation.process.vpftsp with type parameters of type TimestampWrapperModifier and TypeFieldDescriptionprotected final List<TimestampWrapper> TimestampsValidationBlock.timestampsList of time-stamps to be validatedMethods in eu.europa.esig.dss.validation.process.vpftsp that return types with arguments of type TimestampWrapperModifier and TypeMethodDescriptionprotected List<TimestampWrapper> TimestampsValidationBlock.getTimestamps()Returns a list of time-stamp tokens to be validatedMethods in eu.europa.esig.dss.validation.process.vpftsp with parameters of type TimestampWrapperModifier and TypeMethodDescriptionprotected POEExtractionTimestampsValidationBlock.getPoe(TimestampWrapper timestamp) Returns POE object fortimestampvalidationConstructors in eu.europa.esig.dss.validation.process.vpftsp with parameters of type TimestampWrapperModifierConstructorDescriptionTimestampBasicValidationProcess(I18nProvider i18nProvider, DiagnosticData diagnosticData, TimestampWrapper timestamp, Map<String, XmlBasicBuildingBlocks> bbbs) Default constructorConstructor parameters in eu.europa.esig.dss.validation.process.vpftsp with type arguments of type TimestampWrapperModifierConstructorDescriptionprotectedTimestampsValidationBlock(I18nProvider i18nProvider, List<TimestampWrapper> timestamps, DiagnosticData diagnosticData, ValidationPolicy policy, Date currentTime, Map<String, XmlBasicBuildingBlocks> bbbs, List<XmlTLAnalysis> tlAnalysis, ValidationLevel validationLevel) Constructor without POETimestampsValidationBlock(I18nProvider i18nProvider, List<TimestampWrapper> timestamps, DiagnosticData diagnosticData, ValidationPolicy policy, Date currentTime, Map<String, XmlBasicBuildingBlocks> bbbs, Map<String, XmlEvidenceRecord> evidenceRecordValidations, List<XmlTLAnalysis> tlAnalysis, ValidationLevel validationLevel, POEExtraction poe) Default constructor -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.vpftsp.checks
Fields in eu.europa.esig.dss.validation.process.vpftsp.checks declared as TimestampWrapperModifier and TypeFieldDescriptionprotected final TimestampWrapperBasicTimestampValidationCheck.timestampThe timestamp to checkConstructors in eu.europa.esig.dss.validation.process.vpftsp.checks with parameters of type TimestampWrapperModifierConstructorDescriptionBasicTimestampValidationCheck(I18nProvider i18nProvider, T result, TimestampWrapper timestamp, XmlValidationProcessBasicTimestamp timestampValidationResult, LevelRule constraint) Default constructorprotectedBasicTimestampValidationCheck(I18nProvider i18nProvider, T result, TimestampWrapper timestamp, XmlValidationProcessBasicTimestamp timestampValidationResult, LevelRule constraint, String bbbId) Constructor to instantiate check with Id providedBasicTimestampValidationWithIdCheck(I18nProvider i18nProvider, T result, TimestampWrapper timestamp, XmlValidationProcessBasicTimestamp timestampValidationResult, LevelRule constraint) Default constructor -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.vpftspwatsp
Constructors in eu.europa.esig.dss.validation.process.vpftspwatsp with parameters of type TimestampWrapperModifierConstructorDescriptionValidationProcessForTimestampsWithArchivalData(I18nProvider i18nProvider, TimestampWrapper timestamp, XmlValidationProcessBasicTimestamp vpftsp, Map<String, XmlBasicBuildingBlocks> bbbs, Map<String, XmlEvidenceRecord> evidenceRecordValidations, Date currentTime, ValidationPolicy policy, POEExtraction poe) Default constructor -
Uses of TimestampWrapper in eu.europa.esig.dss.validation.process.vpftspwatsp.checks
Fields in eu.europa.esig.dss.validation.process.vpftspwatsp.checks declared as TimestampWrapperModifier and TypeFieldDescriptionprotected final TimestampWrapperTimestampMessageImprintCheck.timestampThe timestamp to checkConstructors in eu.europa.esig.dss.validation.process.vpftspwatsp.checks with parameters of type TimestampWrapperModifierConstructorDescriptionPastTimestampValidationCheck(I18nProvider i18nProvider, T result, TimestampWrapper timestamp, XmlPSV xmlPSV, LevelRule constraint) Default constructorTimestampDigestAlgorithmValidationCheck(I18nProvider i18nProvider, T result, TimestampWrapper timestamp, XmlCryptographicValidation cvResult, Date currentTime, LevelRule constraint) Default constructorTimestampMessageImprintCheck(I18nProvider i18nProvider, T result, TimestampWrapper timestamp, LevelRule constraint) Default constructorprotectedTimestampMessageImprintCheck(I18nProvider i18nProvider, T result, TimestampWrapper timestamp, LevelRule constraint, String bbbId) Constructor to instantiate check with Id provided