Interface Timestamp
-
- All Known Implementing Classes:
Timestamp
,TimestampHeader
public interface Timestamp
Representation of Timestamp SecurityHeaderElement- Author:
- [email protected]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCreatedValue()
String
getExpiresValue()
void
setCreated(String created)
void
setExpires(String expires)
-
-
-
Method Detail
-
setCreated
void setCreated(String created)
- Parameters:
created
- set the creation time on timestamp
-
setExpires
void setExpires(String expires)
- Parameters:
expires
- set the expiry time on timestamp
-
getCreatedValue
String getCreatedValue()
- Returns:
- the creation time value
-
getExpiresValue
String getExpiresValue()
- Returns:
- the expiry time value
-
-