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 TimestampLocationXmlFoundTimestamp. locationMethods in eu.europa.esig.dss.diagnostic.jaxb that return TimestampLocation Modifier and Type Method Description TimestampLocationXmlFoundTimestamp. getLocation()Gets the value of the location property.TimestampLocationAdapter11. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type TimestampLocation Modifier and Type Method Description StringAdapter11. marshal(TimestampLocation value)voidXmlFoundTimestamp. 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 TimestampLocationTimestampLocation. 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 TimestampLocationTimestampLocationParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type TimestampLocation Modifier and Type Method Description static StringTimestampLocationParser. 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 TimestampLocationTimestampToken. 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, 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, 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, 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.
-