Uses of Enum
eu.europa.esig.dss.enumerations.TimestampContainerForm
-
Uses of TimestampContainerForm in eu.europa.esig.dss.enumerations
Modifier and TypeMethodDescriptionstatic TimestampContainerForm
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
Modifier and TypeMethodDescriptionRemoteTimestampParameters.getTimestampContainerForm()
Gets the timestamp container formModifier and TypeMethodDescriptionvoid
RemoteTimestampParameters.setTimestampContainerForm
(TimestampContainerForm timestampForm) Sets the timestamp container form for a standalone timestamp creationModifierConstructorDescriptionRemoteTimestampParameters
(TimestampContainerForm timestampForm, DigestAlgorithm digestAlgorithm) Default constructorRemoteTimestampParameters
(TimestampContainerForm timestampForm, DigestAlgorithm digestAlgorithm, String canonicalizationMethod) Constructor with a canonicalization method (to be used for XAdES)