Uses of Class
eu.europa.esig.dss.ws.signature.dto.parameters.RemoteTimestampParameters
Package
Description
-
Uses of RemoteTimestampParameters in eu.europa.esig.dss.ws.signature.common
Modifier 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
Modifier and TypeFieldDescriptionprotected RemoteTimestampParameters
AbstractTimestampDocumentDTO.timestampParameters
Timestamp parametersModifier and TypeMethodDescriptionAbstractTimestampDocumentDTO.getTimestampParameters()
Gets timestamp parametersModifier and TypeMethodDescriptionvoid
AbstractTimestampDocumentDTO.setTimestampParameters
(RemoteTimestampParameters timestampParameters) Sets timestamp parametersModifierConstructorDescriptionprotected
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
Modifier 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)Modifier 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)