Package | Description |
---|---|
com.caucho.quercus.lib |
Modifier and Type | Class and Description |
---|---|
static class |
HashModule.HashDigestContext |
static class |
HashModule.HashMacContext |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|