Uses of Class
com.bradmcevoy.http.http11.auth.NonceProvider.NonceValidity

Packages that use NonceProvider.NonceValidity
com.bradmcevoy.http.http11.auth   
 

Uses of NonceProvider.NonceValidity in com.bradmcevoy.http.http11.auth
 

Methods in com.bradmcevoy.http.http11.auth that return NonceProvider.NonceValidity
 NonceProvider.NonceValidity SimpleMemoryNonceProvider.getNonceValidity(java.lang.String nonce, java.lang.Long nc)
           
 NonceProvider.NonceValidity NonceProvider.getNonceValidity(java.lang.String nonce, java.lang.Long nonceCount)
          Check to see if the given nonce is known.
static NonceProvider.NonceValidity NonceProvider.NonceValidity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NonceProvider.NonceValidity[] NonceProvider.NonceValidity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.