Uses of Class
com.sun.xml.wss.NonceManager.NonceException
Packages that use NonceManager.NonceException
-
Uses of NonceManager.NonceException in com.sun.xml.wss
Methods in com.sun.xml.wss that throw NonceManager.NonceExceptionModifier and TypeMethodDescriptionabstract booleanNonceManager.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.NonceExceptionModifier and TypeMethodDescriptionbooleanNonceCache.validateAndCacheNonce(String nonce, String created) booleanDefaultNonceManager.validateNonce(String nonce, String created) booleanHANonceManager.validateNonce(String nonce, String created)