Uses of Class
eu.europa.esig.dss.enumerations.TimestampType
-
Uses of TimestampType in eu.europa.esig.dss.asic.cades.validation
Constructors in eu.europa.esig.dss.asic.cades.validation with parameters of type TimestampType Constructor Description ASiCEWithCAdESTimestampValidator(DSSDocument timestamp, TimestampType type, ManifestFile validatedManifestFile, List<DSSDocument> originalDocuments)Default constructor for ASiCE CAdES timestamp validator -
Uses of TimestampType in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation with parameters of type TimestampType Modifier and Type Method Description protected 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 TimestampType Modifier and Type Method Description TimestampTypeDiagnosticData. getTimestampType(String timestampId)This method returns the timestamp type of the given timestampTimestampTypeTimestampWrapper. getType()Methods in eu.europa.esig.dss.diagnostic with parameters of type TimestampType Modifier and Type Method Description List<TimestampWrapper>SignatureWrapper. getTimestampListByType(TimestampType timestampType) -
Uses of TimestampType in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as TimestampType Modifier and Type Field Description protected TimestampTypeXmlTimestamp. typeMethods in eu.europa.esig.dss.diagnostic.jaxb that return TimestampType Modifier and Type Method Description TimestampTypeXmlTimestamp. getType()Gets the value of the type property.TimestampTypeAdapter11. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type TimestampType Modifier and Type Method Description StringAdapter11. marshal(TimestampType value)voidXmlTimestamp. setType(TimestampType value)Sets the value of the type property. -
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 -
Uses of TimestampType in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return TimestampType Modifier and Type Method Description static TimestampTypeTimestampTypeParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type TimestampType Modifier and Type Method Description static StringTimestampTypeParser. print(TimestampType v) -
Uses of TimestampType in eu.europa.esig.dss.validation.process.vpfswatsp
Methods in eu.europa.esig.dss.validation.process.vpfswatsp that return TimestampType Modifier and Type Method Description TimestampTypePOE. 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 TimestampType Modifier and Type Field Description protected TimestampTypeDetachedTimestampValidator. timestampTypeMethods in eu.europa.esig.dss.validation.timestamp that return TimestampType Modifier and Type Method Description TimestampTypeTimestampToken. getTimeStampType()Retrieves the type of the timestamp token.Methods in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampType Modifier and Type Method Description protected abstract TimestampTokenAbstractTimestampSource. makeTimestampToken(SignatureAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)Creates a timestamp token from the providedsignatureAttributeConstructors in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampType Constructor Description DetachedTimestampValidator(DSSDocument timestampFile, TimestampType timestampType)TimestampToken(byte[] binaries, TimestampType type)TimestampToken(byte[] binaries, TimestampType type, List<TimestampedReference> timestampedReferences, TimestampLocation timestampLocation)TimestampToken(PdfRevision pdfTimestampRevision, TimestampType type, TimestampLocation timestampLocation)TimestampToken(org.bouncycastle.cms.CMSSignedData cms, TimestampType type, List<TimestampedReference> timestampedReferences, TimestampLocation timestampLocation)TimestampToken(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type, List<TimestampedReference> timestampedReferences, TimestampLocation timestampLocation)Constructor with an indication of the timestamp type. -
Uses of TimestampType in eu.europa.esig.dss.ws.dto
Methods in eu.europa.esig.dss.ws.dto that return TimestampType Modifier and Type Method Description TimestampTypeTimestampDTO. getType()Methods in eu.europa.esig.dss.ws.dto with parameters of type TimestampType Modifier and Type Method Description voidTimestampDTO. setType(TimestampType type)Constructors in eu.europa.esig.dss.ws.dto with parameters of type TimestampType Constructor Description TimestampDTO(byte[] binaries, TimestampType type) -
Uses of TimestampType in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature with parameters of type TimestampType Modifier and Type Method Description protected voidXAdESLevelBaselineT. createXAdESTimeStampType(TimestampType timestampType, String timestampC14nMethod, byte[] digestValue)Creates any XAdES TimeStamp object representation. -
Uses of TimestampType in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation with parameters of type TimestampType Modifier and Type Method Description protected TimestampTokenXAdESTimestampSource. makeTimestampToken(XAdESAttribute unsignedAttribute, TimestampType timestampType, List<TimestampedReference> references)