Uses of Enum
eu.europa.esig.dss.enumerations.TimestampContainerForm
Packages that use TimestampContainerForm
-
Uses of TimestampContainerForm in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return TimestampContainerFormModifier 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
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return TimestampContainerFormModifier and TypeMethodDescriptionRemoteTimestampParameters.getTimestampContainerForm()
Gets the timestamp container formMethods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type TimestampContainerFormModifier and TypeMethodDescriptionvoid
RemoteTimestampParameters.setTimestampContainerForm
(TimestampContainerForm timestampForm) Sets the timestamp container form for a standalone timestamp creationConstructors in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type TimestampContainerFormModifierConstructorDescriptionRemoteTimestampParameters
(TimestampContainerForm timestampForm, DigestAlgorithm digestAlgorithm) Default constructorRemoteTimestampParameters
(TimestampContainerForm timestampForm, DigestAlgorithm digestAlgorithm, String canonicalizationMethod) Constructor with a canonicalization method (to be used for XAdES)