Interface Timestamp

All Known Implementing Classes:
Timestamp, TimestampHeader

public interface Timestamp
Representation of Timestamp SecurityHeaderElement
Author:
Ashutosh.Shahi@sun.com
  • Method Details

    • 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