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, List<ManifestEntry> coveredFiles, CertificatePool certificatePool) -
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)Constructors in eu.europa.esig.dss.cades.validation with parameters of type TimestampType Constructor Description CMSTimestampValidator(DSSDocument timestamp, TimestampType type) -
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.TimestampTypeAdapter10. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type TimestampType Modifier and Type Method Description StringAdapter10. 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 TimestampType[]TimestampType. getContentTimestampTypes()Returns an array of all available content timestampsstatic TimestampType[]TimestampType. getTimestampTypesCoveringValidationData()Returns an array of all available timestamps covering Validation Datastatic 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. -
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.timestamp
Methods 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 TimestampToken(byte[] binaries, TimestampType type)TimestampToken(byte[] binaries, TimestampType type, CertificatePool certPool)TimestampToken(byte[] binaries, TimestampType type, CertificatePool certPool, TimestampLocation timeStampLocation)TimestampToken(byte[] binaries, TimestampType type, CertificatePool certPool, List<TimestampedReference> timestampedReferences, TimestampLocation timeStampLocation)TimestampToken(org.bouncycastle.cms.CMSSignedData cms, TimestampType type, CertificatePool certPool)TimestampToken(org.bouncycastle.cms.CMSSignedData cms, TimestampType type, CertificatePool certPool, TimestampLocation timeStampLocation)TimestampToken(org.bouncycastle.cms.CMSSignedData cms, TimestampType type, CertificatePool certPool, List<TimestampedReference> timestampedReferences, TimestampLocation timeStampLocation)TimestampToken(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type)TimestampToken(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type, CertificatePool certPool)TimestampToken(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type, CertificatePool certPool, TimestampLocation timeStampLocation)TimestampToken(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type, CertificatePool certPool, List<TimestampedReference> timestampedReferences, TimestampLocation timeStampLocation)Constructor with an indication of the timestamp 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)
-