| Package | Description |
|---|---|
| com.akamai.netstorage |
| Modifier and Type | Method and Description |
|---|---|
static Utils.HashAlgorithm |
Utils.HashAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Utils.HashAlgorithm[] |
Utils.HashAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Utils.computeHash(InputStream srcStream,
Utils.HashAlgorithm hashAlgorithm)
Computes the hash of a given InputStream.
|
Copyright © 2016. All rights reserved.