| Package | Description | 
|---|---|
| weblogic.xml.security.wsse | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Timestamp | Security. addTimestamp() | Deprecated. adds a timestamp to the security element, with the created time as the
 current time and no expiry | 
| Timestamp | Security. addTimestamp(long expires) | Deprecated. adds a timestamp to the security element, with the created time as the
  current time and an expiration 'expires' milliseconds in the future | 
| Timestamp | Security. addTimestamp(java.util.Calendar created) | Deprecated. adds a timestamp to the security element, using the provided time as the
 created time. | 
| Timestamp | Security. addTimestamp(java.util.Calendar created,
            java.util.Calendar expires) | Deprecated. add a timestamp to the security element, using times provided as args. |