Uses of Class
eu.europa.esig.dss.ws.dto.SignatureValueDTO
-
Uses of SignatureValueDTO in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return SignatureValueDTO Modifier and Type Method Description static SignatureValueDTODTOConverter. toSignatureValueDTO(SignatureValue signatureValue)ConvertsSignatureValuetoSignatureValueDTOobjectMethods in eu.europa.esig.dss.ws.converter with parameters of type SignatureValueDTO Modifier and Type Method Description static SignatureValueDTOConverter. toSignatureValue(SignatureValueDTO signatureValueDTO)ConvertsSignatureValueDTOtoSignatureValueobject -
Uses of SignatureValueDTO in eu.europa.esig.dss.ws.server.signing.common
Methods in eu.europa.esig.dss.ws.server.signing.common that return SignatureValueDTO Modifier and Type Method Description SignatureValueDTORemoteSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.SignatureValueDTORemoteSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenalias.SignatureValueDTORemoteSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)SignatureValueDTORemoteSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)SignatureValueDTORemoteSignatureTokenConnection. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)This method signs thedigestdata with a maskmgfand the givenalias.SignatureValueDTORemoteSignatureTokenConnection. signDigest(DigestDTO digest, String alias)This method signs thedigestdata with the givenalias.SignatureValueDTORemoteSignatureTokenConnectionImpl. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)SignatureValueDTORemoteSignatureTokenConnectionImpl. signDigest(DigestDTO digest, String alias) -
Uses of SignatureValueDTO in eu.europa.esig.dss.ws.server.signing.rest
Methods in eu.europa.esig.dss.ws.server.signing.rest that return SignatureValueDTO Modifier and Type Method Description SignatureValueDTORestSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)SignatureValueDTORestSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)SignatureValueDTORestSignatureTokenConnectionImpl. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)SignatureValueDTORestSignatureTokenConnectionImpl. signDigest(DigestDTO digest, String alias) -
Uses of SignatureValueDTO in eu.europa.esig.dss.ws.server.signing.rest.client
Methods in eu.europa.esig.dss.ws.server.signing.rest.client that return SignatureValueDTO Modifier and Type Method Description SignatureValueDTORestSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.SignatureValueDTORestSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenalias.SignatureValueDTORestSignatureTokenConnection. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)This method signs thedigestdata with a maskmgfand the givenalias.SignatureValueDTORestSignatureTokenConnection. signDigest(DigestDTO digest, String alias)This method signs thedigestdata with the givenalias. -
Uses of SignatureValueDTO in eu.europa.esig.dss.ws.server.signing.soap
Methods in eu.europa.esig.dss.ws.server.signing.soap that return SignatureValueDTO Modifier and Type Method Description SignatureValueDTOSoapSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)SignatureValueDTOSoapSignatureTokenConnectionImpl. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)SignatureValueDTOSoapSignatureTokenConnectionImpl. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)SignatureValueDTOSoapSignatureTokenConnectionImpl. signDigest(DigestDTO digest, String alias) -
Uses of SignatureValueDTO in eu.europa.esig.dss.ws.server.signing.soap.client
Methods in eu.europa.esig.dss.ws.server.signing.soap.client that return SignatureValueDTO Modifier and Type Method Description SignatureValueDTOSoapSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenalias.SignatureValueDTOSoapSignatureTokenConnection. sign(ToBeSignedDTO toBeSigned, DigestAlgorithm digestAlgorithm, String alias)This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenalias.SignatureValueDTOSoapSignatureTokenConnection. signDigest(DigestDTO digest, MaskGenerationFunction mgf, String alias)This method signs thedigestdata with a maskmgfand the givenalias.SignatureValueDTOSoapSignatureTokenConnection. signDigest(DigestDTO digest, String alias)This method signs thedigestdata with the givenalias. -
Uses of SignatureValueDTO in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common with parameters of type SignatureValueDTO Modifier and Type Method Description RemoteDocumentRemoteDocumentSignatureService. counterSignSignature(RemoteDocument signatureDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)Counter signs thesignatureDocumentwith the provided signatureValue.RemoteDocumentRemoteDocumentSignatureServiceImpl. counterSignSignature(RemoteDocument signatureDocument, RemoteSignatureParameters remoteParameters, SignatureValueDTO signatureValueDTO)RemoteDocumentRemoteDocumentSignatureService. signDocument(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)Signs the toSignDocument with the provided signatureValue.RemoteDocumentRemoteDocumentSignatureServiceImpl. signDocument(RemoteDocument remoteDocument, RemoteSignatureParameters remoteParameters, SignatureValueDTO signatureValueDTO)RemoteDocumentRemoteMultipleDocumentsSignatureService. signDocument(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)Signs the toSignDocuments with the provided signatureValue.RemoteDocumentRemoteMultipleDocumentsSignatureServiceImpl. signDocument(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters remoteParameters, SignatureValueDTO signatureValueDTO)protected SignatureValueAbstractRemoteSignatureServiceImpl. toSignatureValue(SignatureValueDTO signatureValueDTO)TransformsSignatureValueDTOtoSignatureValue -
Uses of SignatureValueDTO in eu.europa.esig.dss.ws.signature.dto
Methods in eu.europa.esig.dss.ws.signature.dto that return SignatureValueDTO Modifier and Type Method Description SignatureValueDTOAbstractSignDocumentDTO. getSignatureValue()Gets signature valueMethods in eu.europa.esig.dss.ws.signature.dto with parameters of type SignatureValueDTO Modifier and Type Method Description voidAbstractSignDocumentDTO. setSignatureValue(SignatureValueDTO signatureValue)Sets signature valueConstructors in eu.europa.esig.dss.ws.signature.dto with parameters of type SignatureValueDTO Constructor Description AbstractSignDocumentDTO(RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)Default constructorCounterSignSignatureDTO(RemoteDocument signatureDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)Default constructorSignMultipleDocumentDTO(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)Default constructorSignOneDocumentDTO(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)Default constructor