com.sun.xml.ws.security.opt.api.tokens
Interface Timestamp
- All Known Implementing Classes:
- Timestamp, TimestampHeader
public interface Timestamp
Representation of Timestamp SecurityHeaderElement
- Author:
- Ashutosh.Shahi@sun.com
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
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.