Uses of Class
eu.europa.esig.dss.spi.x509.tsp.TimestampedReference
Packages that use TimestampedReference
-
Uses of TimestampedReference in eu.europa.esig.dss.spi.x509.tsp
Methods in eu.europa.esig.dss.spi.x509.tsp that return types with arguments of type TimestampedReferenceModifier and TypeMethodDescriptionTimestampToken.getTimestampedReferences()Gets list ofTimestampedReferences covered by the current timestampConstructor parameters in eu.europa.esig.dss.spi.x509.tsp with type arguments of type TimestampedReferenceModifierConstructorDescriptionTimestampToken(byte[] binaries, eu.europa.esig.dss.enumerations.TimestampType type, List<TimestampedReference> timestampedReferences) Default constructor with timestamped referencesTimestampToken(byte[] binaries, eu.europa.esig.dss.enumerations.TimestampType type, List<TimestampedReference> timestampedReferences, TimestampIdentifierBuilder identifierBuilder) Default constructor with timestamped references and identifier builderTimestampToken(org.bouncycastle.cms.CMSSignedData cms, eu.europa.esig.dss.enumerations.TimestampType type, List<TimestampedReference> timestampedReferences) Constructor from CMS with timestamped referencesTimestampToken(org.bouncycastle.cms.CMSSignedData cms, eu.europa.esig.dss.enumerations.TimestampType type, List<TimestampedReference> timestampedReferences, TimestampIdentifierBuilder identifierBuilder) Constructor from CMS with timestamped references and identifier builderTimestampToken(org.bouncycastle.tsp.TimeStampToken timeStamp, eu.europa.esig.dss.enumerations.TimestampType type, List<TimestampedReference> timestampedReferences) Constructor with an indication of the timestamp type and time-stamped references.TimestampToken(org.bouncycastle.tsp.TimeStampToken timeStamp, eu.europa.esig.dss.enumerations.TimestampType type, List<TimestampedReference> timestampedReferences, TimestampIdentifierBuilder identifierBuilder) Constructor with an indication of the timestamp type, time-stamped references and an identifier builder.