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

Method Summary
 java.lang.String getCreatedValue()
           
 java.lang.String getExpiresValue()
           
 void setCreated(java.lang.String created)
           
 void setExpires(java.lang.String expires)
           
 

Method Detail

setCreated

void setCreated(java.lang.String created)
Parameters:
created - set the creation time on timestamp

setExpires

void setExpires(java.lang.String expires)
Parameters:
expires - set the expiry time on timestamp

getCreatedValue

java.lang.String getCreatedValue()
Returns:
the creation time value

getExpiresValue

java.lang.String getExpiresValue()
Returns:
the expiry time value


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.