Interface Timestamp
-
- All Known Implementing Classes:
Timestamp,TimestampHeader
public interface TimestampRepresentation of Timestamp SecurityHeaderElement- Author:
- Ashutosh.Shahi@sun.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCreatedValue()StringgetExpiresValue()voidsetCreated(String created)voidsetExpires(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
-
-