Uses of Class
eu.europa.esig.dss.ws.signature.dto.parameters.RemoteTimestampParameters
Packages that use RemoteTimestampParameters
Package
Description
-
Uses of RemoteTimestampParameters in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common with parameters of type RemoteTimestampParametersModifier and TypeMethodDescriptionRemoteDocumentSignatureService.timestamp
(RemoteDocument toTimestampDocument, RemoteTimestampParameters parameters) Adds a timestamp to the documentRemoteDocumentSignatureServiceImpl.timestamp
(RemoteDocument remoteDocument, RemoteTimestampParameters remoteParameters) RemoteMultipleDocumentsSignatureService.timestamp
(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters parameters) Adds timestamps to the given list of documentsRemoteMultipleDocumentsSignatureServiceImpl.timestamp
(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters remoteParameters) protected TimestampParameters
AbstractRemoteSignatureServiceImpl.toTimestampParameters
(RemoteTimestampParameters remoteTimestampParameters) TransformsRemoteTimestampParameters
toTimestampParameters
protected TimestampParameters
AbstractRemoteSignatureServiceImpl.toTimestampParameters
(RemoteTimestampParameters remoteTimestampParameters, SignatureForm signatureForm, ASiCContainerType asicContainerType) Transforms ASiCRemoteTimestampParameters
toTimestampParameters
-
Uses of RemoteTimestampParameters in eu.europa.esig.dss.ws.signature.dto
Fields in eu.europa.esig.dss.ws.signature.dto declared as RemoteTimestampParametersModifier and TypeFieldDescriptionprotected RemoteTimestampParameters
AbstractTimestampDocumentDTO.timestampParameters
Timestamp parametersMethods in eu.europa.esig.dss.ws.signature.dto that return RemoteTimestampParametersModifier and TypeMethodDescriptionAbstractTimestampDocumentDTO.getTimestampParameters()
Gets timestamp parametersMethods in eu.europa.esig.dss.ws.signature.dto with parameters of type RemoteTimestampParametersModifier and TypeMethodDescriptionvoid
AbstractTimestampDocumentDTO.setTimestampParameters
(RemoteTimestampParameters timestampParameters) Sets timestamp parametersConstructors in eu.europa.esig.dss.ws.signature.dto with parameters of type RemoteTimestampParametersModifierConstructorDescriptionprotected
AbstractTimestampDocumentDTO
(RemoteTimestampParameters timestampParameters) Default constructorTimestampMultipleDocumentDTO
(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters timestampParameters) Default constructorTimestampOneDocumentDTO
(RemoteDocument toTimestampDocument, RemoteTimestampParameters timestampParameters) Default constructor -
Uses of RemoteTimestampParameters in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return RemoteTimestampParametersModifier and TypeMethodDescriptionRemoteSignatureParameters.getArchiveTimestampParameters()
Get the parameters for achive timestamp (Baseline-LTA)RemoteSignatureParameters.getContentTimestampParameters()
Get the parameters for content timestamp (Baseline-B)RemoteSignatureParameters.getSignatureTimestampParameters()
Get the parameters for signature timestamp (Baseline-T)Methods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type RemoteTimestampParametersModifier and TypeMethodDescriptionvoid
RemoteSignatureParameters.setArchiveTimestampParameters
(RemoteTimestampParameters archiveTimestampParameters) Set the parameters to produce the archive timestamp (Baseline-LTA)void
RemoteSignatureParameters.setContentTimestampParameters
(RemoteTimestampParameters contentTimestampParameters) Set the parameters to produce the content timestamp (Baseline-B)void
RemoteSignatureParameters.setSignatureTimestampParameters
(RemoteTimestampParameters signatureTimestampParameters) Set the parameters to produce the signature timestamp (Baseline-T)