Uses of Class
eu.europa.esig.dss.enumerations.TimestampContainerForm
Package | Description |
---|---|
eu.europa.esig.dss.enumerations | |
eu.europa.esig.dss.ws.signature.dto.parameters |
-
Uses of TimestampContainerForm in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return TimestampContainerForm Modifier and Type Method Description static TimestampContainerForm
TimestampContainerForm. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimestampContainerForm[]
TimestampContainerForm. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TimestampContainerForm in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return TimestampContainerForm Modifier and Type Method Description TimestampContainerForm
RemoteTimestampParameters. getTimestampContainerForm()
Methods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type TimestampContainerForm Modifier and Type Method Description void
RemoteTimestampParameters. setTimestampContainerForm(TimestampContainerForm timestampForm)
Constructors in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type TimestampContainerForm Constructor Description RemoteTimestampParameters(TimestampContainerForm timestampForm, DigestAlgorithm digestAlgorithm)
RemoteTimestampParameters(TimestampContainerForm timestampForm, DigestAlgorithm digestAlgorithm, String canonicalizationMethod)