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 TimestampParametersAbstractRemoteSignatureServiceImpl.toTimestampParameters(RemoteTimestampParameters remoteTimestampParameters) TransformsRemoteTimestampParameterstoTimestampParametersprotected TimestampParametersAbstractRemoteSignatureServiceImpl.toTimestampParameters(RemoteTimestampParameters remoteTimestampParameters, SignatureForm signatureForm, ASiCContainerType asicContainerType) Transforms ASiCRemoteTimestampParameterstoTimestampParameters -
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 RemoteTimestampParametersAbstractTimestampDocumentDTO.timestampParametersTimestamp 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 TypeMethodDescriptionvoidAbstractTimestampDocumentDTO.setTimestampParameters(RemoteTimestampParameters timestampParameters) Sets timestamp parametersConstructors in eu.europa.esig.dss.ws.signature.dto with parameters of type RemoteTimestampParametersModifierConstructorDescriptionprotectedAbstractTimestampDocumentDTO(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 TypeMethodDescriptionvoidRemoteSignatureParameters.setArchiveTimestampParameters(RemoteTimestampParameters archiveTimestampParameters) Set the parameters to produce the archive timestamp (Baseline-LTA)voidRemoteSignatureParameters.setContentTimestampParameters(RemoteTimestampParameters contentTimestampParameters) Set the parameters to produce the content timestamp (Baseline-B)voidRemoteSignatureParameters.setSignatureTimestampParameters(RemoteTimestampParameters signatureTimestampParameters) Set the parameters to produce the signature timestamp (Baseline-T)