Uses of Class
eu.europa.esig.dss.ws.signature.dto.parameters.RemoteTimestampParameters
| Package | Description |
|---|---|
| eu.europa.esig.dss.ws.signature.common | |
| eu.europa.esig.dss.ws.signature.dto | |
| eu.europa.esig.dss.ws.signature.dto.parameters |
-
Uses of RemoteTimestampParameters in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common with parameters of type RemoteTimestampParameters Modifier and Type Method Description RemoteDocumentRemoteDocumentSignatureService. timestamp(RemoteDocument toTimestampDocument, RemoteTimestampParameters parameters)Adds a timestamp to the documentRemoteDocumentRemoteDocumentSignatureServiceImpl. timestamp(RemoteDocument remoteDocument, RemoteTimestampParameters remoteParameters)RemoteDocumentRemoteMultipleDocumentsSignatureService. timestamp(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters parameters)Adds timestamps to the given list of documentsRemoteDocumentRemoteMultipleDocumentsSignatureServiceImpl. timestamp(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters remoteParameters)protected TimestampParametersAbstractRemoteSignatureServiceImpl. toTimestampParameters(RemoteTimestampParameters remoteTimestampParameters)protected TimestampParametersAbstractRemoteSignatureServiceImpl. toTimestampParameters(RemoteTimestampParameters remoteTimestampParameters, SignatureForm signatureForm, ASiCContainerType asicContainerType) -
Uses of RemoteTimestampParameters in eu.europa.esig.dss.ws.signature.dto
Fields in eu.europa.esig.dss.ws.signature.dto declared as RemoteTimestampParameters Modifier and Type Field Description protected RemoteTimestampParametersAbstractTimestampDocumentDTO. timestampParametersMethods in eu.europa.esig.dss.ws.signature.dto that return RemoteTimestampParameters Modifier and Type Method Description RemoteTimestampParametersAbstractTimestampDocumentDTO. getTimestampParameters()Methods in eu.europa.esig.dss.ws.signature.dto with parameters of type RemoteTimestampParameters Modifier and Type Method Description voidAbstractTimestampDocumentDTO. setTimestampParameters(RemoteTimestampParameters timestampParameters)Constructors in eu.europa.esig.dss.ws.signature.dto with parameters of type RemoteTimestampParameters Constructor Description AbstractTimestampDocumentDTO(RemoteTimestampParameters timestampParameters)TimestampMultipleDocumentDTO(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters timestampParameters)TimestampOneDocumentDTO(RemoteDocument toTimestampDocument, RemoteTimestampParameters timestampParameters) -
Uses of RemoteTimestampParameters in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return RemoteTimestampParameters Modifier and Type Method Description RemoteTimestampParametersRemoteSignatureParameters. getArchiveTimestampParameters()Get the parameters for achive timestamp (Baseline-LTA)RemoteTimestampParametersRemoteSignatureParameters. getContentTimestampParameters()Get the parameters for content timestamp (Baseline-B)RemoteTimestampParametersRemoteSignatureParameters. getSignatureTimestampParameters()Get the parameters for signature timestamp (Baseline-T)Methods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type RemoteTimestampParameters Modifier and Type Method Description voidRemoteSignatureParameters. 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)