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(java.util.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(java.util.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 WSITProviderSecurityEnvironment.validateTimestamp(java.util.Map context, Timestamp timestamp, long maxClockSkew, long freshnessLimit)
           
 void DefaultSecurityEnvironmentImpl.validateTimestamp(java.util.Map context, Timestamp timestamp, long maxClockSkew, long freshnessLimit)
           
 



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