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 SignatureValuetoSignatureValue(SignatureValueDTO signatureValueDTO)static SignatureValueDTOtoSignatureValueDTO(SignatureValue signatureValue)static ToBeSignedtoToBeSigned(ToBeSignedDTO toBeSignedDTO)static ToBeSignedDTOtoToBeSignedDTO(ToBeSigned toBeSigned)
-
-
-
Method Detail
-
toToBeSigned
public static ToBeSigned toToBeSigned(ToBeSignedDTO toBeSignedDTO)
-
toToBeSignedDTO
public static ToBeSignedDTO toToBeSignedDTO(ToBeSigned toBeSigned)
-
toSignatureValue
public static SignatureValue toSignatureValue(SignatureValueDTO signatureValueDTO)
-
toSignatureValueDTO
public static SignatureValueDTO toSignatureValueDTO(SignatureValue signatureValue)
-
-