| Package | Description | 
|---|---|
| weblogic.xml.security.wsse | 
| Modifier and Type | Method and 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(Calendar created)
Deprecated.  
adds a timestamp to the security element, using the provided time as the
 created time. 
 | 
Timestamp | 
Security.addTimestamp(Calendar created,
            Calendar expires)
Deprecated.  
add a timestamp to the security element, using times provided as args. 
 | 
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 
 |