| Package | Description |
|---|---|
| com.virgilsecurity.sdk.crypto |
| Modifier and Type | Method and Description |
|---|---|
static HashAlgorithm |
HashAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashAlgorithm[] |
HashAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
VirgilCrypto.computeHash(byte[] data,
HashAlgorithm algorithm) |
byte[] |
Crypto.computeHash(byte[] data,
HashAlgorithm algorithm)
Compute data hash with algorithm specified.
|
static VirgilHash |
VirgilCrypto.createVirgilHash(HashAlgorithm algorithm) |
Copyright © 2016. All rights reserved.