Uses of Enum Class
eu.europa.esig.dss.enumerations.TimestampType
Packages that use TimestampType
Package
Description
-
Uses of TimestampType in eu.europa.esig.dss.asic.cades.validation.timestamp
Constructors in eu.europa.esig.dss.asic.cades.validation.timestamp with parameters of type TimestampTypeModifierConstructorDescriptionASiCWithCAdESTimestampAnalyzer(DSSDocument timestamp, TimestampType type) Default constructor with a timestamp typeASiCWithCAdESTimestampValidator(DSSDocument timestamp, TimestampType type) Default constructor with a timestamp type -
Uses of TimestampType in eu.europa.esig.dss.cades
Methods in eu.europa.esig.dss.cades that return TimestampTypeModifier and TypeMethodDescriptionstatic TimestampTypeCAdESUtils.getTimestampTypeByOid(org.bouncycastle.asn1.ASN1ObjectIdentifier oid) This method returns a corresponding TimestampType for the given CMSoid -
Uses of TimestampType in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return TimestampTypeModifier and TypeMethodDescriptionCAdESAttribute.getTimestampTokenType()Returns type of the timestamp token, when applicable -
Uses of TimestampType in eu.europa.esig.dss.cades.validation.timestamp
Methods in eu.europa.esig.dss.cades.validation.timestamp with parameters of type TimestampTypeModifier and TypeMethodDescriptionprotected TimestampTokenCAdESTimestampSource.makeTimestampToken(CAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) -
Uses of TimestampType in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return TimestampTypeModifier and TypeMethodDescriptionDiagnosticData.getTimestampType(String timestampId) This method returns the timestamp type of the given timestampTimestampWrapper.getType()Returns the type of the timestampMethods in eu.europa.esig.dss.diagnostic with parameters of type TimestampTypeModifier and TypeMethodDescriptionSignatureWrapper.getTimestampListByType(TimestampType timestampType) Returns a list of associated timestamps by typeDiagnosticData.getTimestampsByType(TimestampType timestampType) Returns a list ofTimestampWrappers for the givenTimestampType -
Uses of TimestampType in eu.europa.esig.dss.diagnostic.jaxb
Subclasses with type arguments of type TimestampType in eu.europa.esig.dss.diagnostic.jaxbFields in eu.europa.esig.dss.diagnostic.jaxb declared as TimestampTypeMethods in eu.europa.esig.dss.diagnostic.jaxb that return TimestampTypeMethods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type TimestampTypeModifier and TypeMethodDescriptionAdapter15.marshal(TimestampType value) voidXmlTimestamp.setType(TimestampType value) Sets the value of the type property. -
Uses of TimestampType in eu.europa.esig.dss.enumerations
Subclasses with type arguments of type TimestampType in eu.europa.esig.dss.enumerationsMethods in eu.europa.esig.dss.enumerations that return TimestampTypeModifier and TypeMethodDescriptionstatic TimestampTypeReturns the enum constant of this class with the specified name.static TimestampType[]TimestampType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.europa.esig.dss.enumerations with parameters of type TimestampTypeModifier and TypeMethodDescriptionintTimestampType.compare(TimestampType timestampType) Compares this TimestampType with the providedtimestampTypeMust be in the order: Content - Signature - ValidationData - Archival -
Uses of TimestampType in eu.europa.esig.dss.jades.validation.timestamp
Methods in eu.europa.esig.dss.jades.validation.timestamp with parameters of type TimestampTypeModifier and TypeMethodDescriptionprotected TimestampTokenJAdESTimestampSource.makeTimestampToken(JAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) protected List<TimestampToken> JAdESTimestampSource.makeTimestampTokens(JAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) -
Uses of TimestampType in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return TimestampTypeModifier and TypeMethodDescriptionstatic TimestampTypeParses the value and returnsTimestampTypeMethods in eu.europa.esig.dss.jaxb.parsers with parameters of type TimestampTypeModifier and TypeMethodDescriptionstatic StringTimestampTypeParser.print(TimestampType v) Gets a text name of the value -
Uses of TimestampType in eu.europa.esig.dss.spi.validation.timestamp
Methods in eu.europa.esig.dss.spi.validation.timestamp with parameters of type TimestampTypeModifier and TypeMethodDescriptionprotected abstract TimestampTokenSignatureTimestampSource.makeTimestampToken(SA signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) Creates a timestamp token from the providedsignatureAttributeprotected List<TimestampToken> SignatureTimestampSource.makeTimestampTokens(SA signatureAttribute, TimestampType timestampType) Creates timestamp tokens from the providedsignatureAttributeprotected List<TimestampToken> SignatureTimestampSource.makeTimestampTokens(SA signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) Creates timestamp tokens from the providedsignatureAttributewith a given list ofTimestampedReferences -
Uses of TimestampType in eu.europa.esig.dss.spi.x509.tsp
Methods in eu.europa.esig.dss.spi.x509.tsp that return TimestampTypeModifier and TypeMethodDescriptionTimestampToken.getTimeStampType()Retrieves the type of the timestamp token.Constructors in eu.europa.esig.dss.spi.x509.tsp with parameters of type TimestampTypeModifierConstructorDescriptionTimestampToken(byte[] binaries, TimestampType type) Default constructorTimestampToken(byte[] binaries, TimestampType type, List<TimestampedReference> timestampedReferences) Default constructor with timestamped referencesTimestampToken(byte[] binaries, TimestampType type, List<TimestampedReference> timestampedReferences, TimestampIdentifierBuilder identifierBuilder) Default constructor with timestamped references and identifier builderTimestampToken(org.bouncycastle.cms.CMSSignedData cms, TimestampType type, List<TimestampedReference> timestampedReferences) Constructor from CMS with timestamped referencesTimestampToken(org.bouncycastle.cms.CMSSignedData cms, TimestampType type, List<TimestampedReference> timestampedReferences, TimestampIdentifierBuilder identifierBuilder) Constructor from CMS with timestamped references and identifier builderTimestampToken(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type, List<TimestampedReference> timestampedReferences) Constructor with an indication of the timestamp type and time-stamped references.TimestampToken(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type, List<TimestampedReference> timestampedReferences, TimestampIdentifierBuilder identifierBuilder) Constructor with an indication of the timestamp type, time-stamped references and an identifier builder. -
Uses of TimestampType in eu.europa.esig.dss.validation.process
Methods in eu.europa.esig.dss.validation.process with parameters of type TimestampTypeModifier and TypeMethodDescriptionstatic MessageTagValidationProcessUtils.getTimestampTypeMessageTag(TimestampType timestampType) Returns MessageTag associated with the given timestamp type -
Uses of TimestampType in eu.europa.esig.dss.validation.process.bbb.sav.checks
Methods in eu.europa.esig.dss.validation.process.bbb.sav.checks that return TimestampTypeModifier and TypeMethodDescriptionprotected abstract TimestampTypeAbstractTimeStampTypeCheck.getTimestampType()Returns the associatedTimestampTypeto be verified againstprotected TimestampTypeArchiveTimeStampCheck.getTimestampType()protected TimestampTypeDocumentTimeStampCheck.getTimestampType()protected TimestampTypeSignatureTimeStampCheck.getTimestampType()protected TimestampTypeValidationDataRefsOnlyTimeStampCheck.getTimestampType()protected TimestampTypeValidationDataTimeStampCheck.getTimestampType() -
Uses of TimestampType in eu.europa.esig.dss.validation.process.vpfswatsp
Methods in eu.europa.esig.dss.validation.process.vpfswatsp that return TimestampTypeModifier and TypeMethodDescriptionTimestampPOE.getTimestampType()Returns timestamp type if the POE defined by a timestamp NOTE: returns NULL if the POE is defined by a control time -
Uses of TimestampType in eu.europa.esig.dss.validation.timestamp
Fields in eu.europa.esig.dss.validation.timestamp declared as TimestampTypeModifier and TypeFieldDescriptionprotected TimestampTypeDetachedTimestampAnalyzer.timestampTypeThe type of the timestampConstructors in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampTypeModifierConstructorDescriptionDetachedTimestampAnalyzer(DSSDocument timestampFile, TimestampType timestampType) The default constructor with a typeDetachedTimestampValidator(DSSDocument timestampFile, TimestampType timestampType) The default constructor with a type -
Uses of TimestampType in eu.europa.esig.dss.ws.dto
Methods in eu.europa.esig.dss.ws.dto that return TimestampTypeMethods in eu.europa.esig.dss.ws.dto with parameters of type TimestampTypeModifier and TypeMethodDescriptionvoidTimestampDTO.setType(TimestampType type) Sets type of the timestampConstructors in eu.europa.esig.dss.ws.dto with parameters of type TimestampTypeModifierConstructorDescriptionTimestampDTO(byte[] binaries, TimestampType type) Default constructor -
Uses of TimestampType in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature with parameters of type TimestampTypeModifier and TypeMethodDescriptionprotected voidXAdESLevelBaselineT.createXAdESTimeStampType(TimestampType timestampType, String timestampC14nMethod, DSSMessageDigest messageDigest) Creates any XAdES TimeStamp object representation. -
Uses of TimestampType in eu.europa.esig.dss.xades.validation.timestamp
Methods in eu.europa.esig.dss.xades.validation.timestamp with parameters of type TimestampTypeModifier and TypeMethodDescriptionprotected TimestampTokenXAdESTimestampSource.makeTimestampToken(XAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) protected List<TimestampToken> XAdESTimestampSource.makeTimestampTokens(XAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)