Class TimestampTokenConverter
java.lang.Object
eu.europa.esig.dss.ws.signature.common.TimestampTokenConverter
public class TimestampTokenConverter extends Object
-
Constructor Summary
Constructors Constructor Description TimestampTokenConverter()
-
Method Summary
Modifier and Type Method Description static TimestampDTO
toTimestampDTO(TimestampToken timestampToken)
static TimestampToken
toTimestampToken(TimestampDTO timestampDTO)
static List<TimestampToken>
toTimestampTokens(List<TimestampDTO> timestampDTOs)
-
Constructor Details
-
TimestampTokenConverter
public TimestampTokenConverter()
-
-
Method Details