Uses of Class
com.sun.xml.wss.core.Timestamp
-
Packages that use Timestamp Package Description 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 Modifier and Type Method Description voidSecurityEnvironment. 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 Modifier and Type Method Description voidWssProviderSecurityEnvironment. 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 Modifier and Type Method Description voidDefaultSecurityEnvironmentImpl. validateTimestamp(Map context, Timestamp timestamp, long maxClockSkew, long freshnessLimit)voidWSITProviderSecurityEnvironment. validateTimestamp(Map context, Timestamp timestamp, long maxClockSkew, long freshnessLimit)
-