Uses of Class
eu.europa.esig.dss.spi.x509.tsp.TimestampIdentifierBuilder
Packages that use TimestampIdentifierBuilder
Package
Description
-
Uses of TimestampIdentifierBuilder in eu.europa.esig.dss.evidencerecord.common.validation.timestamp
Subclasses of TimestampIdentifierBuilder in eu.europa.esig.dss.evidencerecord.common.validation.timestampModifier and TypeClassDescriptionclassBuilds an identifier for a time-stamp encapsulated within an evidence record -
Uses of TimestampIdentifierBuilder in eu.europa.esig.dss.pades.validation.dss
Subclasses of TimestampIdentifierBuilder in eu.europa.esig.dss.pades.validation.dssModifier and TypeClassDescriptionclassBuilds a unique identifier for a time-stamp encapsulated within a VRI dictionary -
Uses of TimestampIdentifierBuilder in eu.europa.esig.dss.pades.validation.timestamp
Subclasses of TimestampIdentifierBuilder in eu.europa.esig.dss.pades.validation.timestampModifier and TypeClassDescriptionclassBuilds aneu.europa.esig.dss.spi.x509.tsp.TimestampTokenIdentifierfor aeu.europa.esig.dss.pades.validation.timestamp.PdfTimestampTokenMethods in eu.europa.esig.dss.pades.validation.timestamp that return TimestampIdentifierBuilderModifier and TypeMethodDescriptionprotected TimestampIdentifierBuilderPdfTimestampToken.getTimestampIdentifierBuilder() -
Uses of TimestampIdentifierBuilder in eu.europa.esig.dss.spi.validation.timestamp
Subclasses of TimestampIdentifierBuilder in eu.europa.esig.dss.spi.validation.timestampModifier and TypeClassDescriptionclassBuilds an identifier for a time-stamp token encapsulated within a signature -
Uses of TimestampIdentifierBuilder in eu.europa.esig.dss.spi.x509.tsp
Methods in eu.europa.esig.dss.spi.x509.tsp that return TimestampIdentifierBuilderModifier and TypeMethodDescriptionprotected TimestampIdentifierBuilderTimestampToken.getTimestampIdentifierBuilder()Returns aTimestampTokenIdentifierBuilderimplementationTimestampIdentifierBuilder.setFilename(String filename) Sets a time-stamp document filenameConstructors in eu.europa.esig.dss.spi.x509.tsp with parameters of type TimestampIdentifierBuilderModifierConstructorDescriptionTimestampToken(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, TimestampIdentifierBuilder identifierBuilder) Constructor from CMS with timestamped references and identifier builderTimestampToken(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.