Class TimestampTokenConverter
java.lang.Object
eu.europa.esig.dss.ws.signature.common.TimestampTokenConverter
Contains utils to convert
TimestampDTO to TimestampToken and vice versa-
Method Summary
Modifier and TypeMethodDescriptionstatic TimestampDTOtoTimestampDTO(TimestampToken timestampToken) ConvertsTimestampTokens toTimestampDTOsstatic TimestampTokentoTimestampToken(TimestampDTO timestampDTO) ConvertsTimestampDTOs toTimestampTokensstatic List<TimestampToken> toTimestampTokens(List<TimestampDTO> timestampDTOs) Converts a list ofTimestampDTOs to a list ofTimestampTokens
-
Method Details
-
toTimestampTokens
Converts a list ofTimestampDTOs to a list ofTimestampTokens- Parameters:
timestampDTOs- list ofTimestampDTOs- Returns:
- a list of
TimestampTokens
-
toTimestampToken
ConvertsTimestampDTOs toTimestampTokens- Parameters:
timestampDTO-TimestampDTO- Returns:
TimestampToken- Throws:
DSSException
-
toTimestampDTO
ConvertsTimestampTokens toTimestampDTOs- Parameters:
timestampToken-TimestampToken- Returns:
TimestampDTO
-