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 TimestampToken
CAdESTimestampSource. 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 TimestampType
DiagnosticData. getTimestampType(String timestampId)
This method returns the timestamp type of the given timestampTimestampType
TimestampWrapper. 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 TimestampType
XmlTimestamp. type
Methods in eu.europa.esig.dss.diagnostic.jaxb that return TimestampType Modifier and Type Method Description TimestampType
XmlTimestamp. getType()
Gets the value of the type property.TimestampType
Adapter11. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type TimestampType Modifier and Type Method Description String
Adapter11. marshal(TimestampType value)
void
XmlTimestamp. 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 TimestampType
TimestampType. 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 int
TimestampType. compare(TimestampType timestampType)
Compares this TimestampType with the providedtimestampType
Must 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 TimestampType
TimestampTypeParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type TimestampType Modifier and Type Method Description static String
TimestampTypeParser. 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 TimestampType
POE. 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 TimestampType
DetachedTimestampValidator. timestampType
Methods in eu.europa.esig.dss.validation.timestamp that return TimestampType Modifier and Type Method Description TimestampType
TimestampToken. 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 TimestampToken
AbstractTimestampSource. makeTimestampToken(SignatureAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)
Creates a timestamp token from the providedsignatureAttribute
Constructors 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 TimestampType
TimestampDTO. getType()
Methods in eu.europa.esig.dss.ws.dto with parameters of type TimestampType Modifier and Type Method Description void
TimestampDTO. 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 void
XAdESLevelBaselineT. 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 TimestampToken
XAdESTimestampSource. makeTimestampToken(XAdESAttribute unsignedAttribute, TimestampType timestampType, List<TimestampedReference> references)