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 DigesttoDigest(DigestDTO digestDTO)static DigestDTOtoDigestDTO(Digest digest)static SignatureValuetoSignatureValue(SignatureValueDTO signatureValueDTO)static SignatureValueDTOtoSignatureValueDTO(SignatureValue signatureValue)static ToBeSignedtoToBeSigned(ToBeSignedDTO toBeSignedDTO)static ToBeSignedDTOtoToBeSignedDTO(ToBeSigned toBeSigned)
-
Constructor Details
-
DTOConverter
public DTOConverter()
-
-
Method Details