Package eu.europa.esig.dss.ws.converter
Class DTOConverter
java.lang.Object
eu.europa.esig.dss.ws.converter.DTOConverter
public class DTOConverter extends Object
-
Constructor Summary
Constructors Constructor Description DTOConverter()
-
Method Summary
Modifier and Type Method Description static Digest
toDigest(DigestDTO digestDTO)
static DigestDTO
toDigestDTO(Digest digest)
static SignatureValue
toSignatureValue(SignatureValueDTO signatureValueDTO)
static SignatureValueDTO
toSignatureValueDTO(SignatureValue signatureValue)
static ToBeSigned
toToBeSigned(ToBeSignedDTO toBeSignedDTO)
static ToBeSignedDTO
toToBeSignedDTO(ToBeSigned toBeSigned)
-
Constructor Details
-
DTOConverter
public DTOConverter()
-
-
Method Details