Uses of Class
com.sun.xml.wss.NonceManager.NonceException
-
Packages that use NonceManager.NonceException Package Description com.sun.xml.wss com.sun.xml.wss.impl.misc -
-
Uses of NonceManager.NonceException in com.sun.xml.wss
Methods in com.sun.xml.wss that throw NonceManager.NonceException Modifier and Type Method Description abstract boolean
NonceManager. validateNonce(String nonce, String created)
-
Uses of NonceManager.NonceException in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc that throw NonceManager.NonceException Modifier and Type Method Description boolean
NonceCache. validateAndCacheNonce(String nonce, String created)
boolean
DefaultNonceManager. validateNonce(String nonce, String created)
boolean
HANonceManager. validateNonce(String nonce, String created)
-