Uses of Class
com.caucho.quercus.lib.HashModule.HashContext

Packages that use HashModule.HashContext
com.caucho.quercus.lib   
 

Uses of HashModule.HashContext in com.caucho.quercus.lib
 

Subclasses of HashModule.HashContext in com.caucho.quercus.lib
static class HashModule.HashDigestContext
           
static class HashModule.HashMacContext
           
 

Methods in com.caucho.quercus.lib that return HashModule.HashContext
 HashModule.HashContext HashModule.hash_copy(HashModule.HashContext context)
          Copies a hash instance
 HashModule.HashContext HashModule.hash_init(Env env, java.lang.String algorithm, int options, StringValue keyString)
          Initialize a hash context.
 

Methods in com.caucho.quercus.lib with parameters of type HashModule.HashContext
 HashModule.HashContext HashModule.hash_copy(HashModule.HashContext context)
          Copies a hash instance
 Value HashModule.hash_final(Env env, HashModule.HashContext context, boolean isBinary)
          Returns the final hash value
 Value HashModule.hash_update_file(Env env, HashModule.HashContext context, Path path)
          Updates the hash with more data
 int HashModule.hash_update_stream(Env env, HashModule.HashContext context, java.io.InputStream is, int length)
          Updates the hash with more data
 Value HashModule.hash_update(Env env, HashModule.HashContext context, StringValue value)
          Updates the hash with more data