Uses of Class
com.sun.xml.wss.core.Timestamp

Packages that use Timestamp
com.sun.xml.wss   
com.sun.xml.wss.impl   
com.sun.xml.wss.impl.misc   
 

Uses of Timestamp in com.sun.xml.wss
 

Methods in com.sun.xml.wss with parameters of type Timestamp
 void SecurityEnvironment.validateTimestamp(Map context, Timestamp timestamp, long maxClockSkew, long freshnessLimit)
          Validate the creation time.
 

Uses of Timestamp in com.sun.xml.wss.impl
 

Methods in com.sun.xml.wss.impl with parameters of type Timestamp
 void WssProviderSecurityEnvironment.validateTimestamp(Map context, Timestamp timestamp, long maxClockSkew, long freshnessLimit)
           
 

Uses of Timestamp in com.sun.xml.wss.impl.misc
 

Methods in com.sun.xml.wss.impl.misc with parameters of type Timestamp
 void DefaultSecurityEnvironmentImpl.validateTimestamp(Map context, Timestamp timestamp, long maxClockSkew, long freshnessLimit)
           
 void WSITProviderSecurityEnvironment.validateTimestamp(Map context, Timestamp timestamp, long maxClockSkew, long freshnessLimit)
           
 



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