Uses of Class
eu.europa.esig.dss.enumerations.TimestampLocation
-
Uses of TimestampLocation in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic with parameters of type TimestampLocation Modifier and Type Method Description List<TimestampWrapper>
SignatureWrapper. getTimestampListByLocation(TimestampLocation timestampLocation)
-
Uses of TimestampLocation in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as TimestampLocation Modifier and Type Field Description protected TimestampLocation
XmlFoundTimestamp. location
Methods in eu.europa.esig.dss.diagnostic.jaxb that return TimestampLocation Modifier and Type Method Description TimestampLocation
XmlFoundTimestamp. getLocation()
Gets the value of the location property.TimestampLocation
Adapter12. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type TimestampLocation Modifier and Type Method Description String
Adapter12. marshal(TimestampLocation value)
void
XmlFoundTimestamp. setLocation(TimestampLocation value)
Sets the value of the location property. -
Uses of TimestampLocation in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return TimestampLocation Modifier and Type Method Description static TimestampLocation
TimestampLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimestampLocation[]
TimestampLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TimestampLocation in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return TimestampLocation Modifier and Type Method Description static TimestampLocation
TimestampLocationParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type TimestampLocation Modifier and Type Method Description static String
TimestampLocationParser. print(TimestampLocation v)
-
Uses of TimestampLocation in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return TimestampLocation Modifier and Type Method Description TimestampLocation
TimestampToken. getTimestampLocation()
Retrieves the location of timestamp token.Constructors in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampLocation Constructor Description 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.