| Package | Description |
|---|---|
| com.virgilsecurity.crypto | |
| com.virgilsecurity.sdk.crypto.utils |
| Modifier and Type | Field and Description |
|---|---|
static VirgilPBKDF.Hash |
VirgilPBKDF.Hash.SHA1 |
static VirgilPBKDF.Hash |
VirgilPBKDF.Hash.SHA224 |
static VirgilPBKDF.Hash |
VirgilPBKDF.Hash.SHA256 |
static VirgilPBKDF.Hash |
VirgilPBKDF.Hash.SHA384 |
static VirgilPBKDF.Hash |
VirgilPBKDF.Hash.SHA512 |
| Modifier and Type | Method and Description |
|---|---|
VirgilPBKDF.Hash |
VirgilPBKDF.getHash() |
static VirgilPBKDF.Hash |
VirgilPBKDF.Hash.swigToEnum(int swigValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
VirgilPBKDF.setHash(VirgilPBKDF.Hash hash) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Obfuscator.obfuscate(String value,
String salt,
VirgilPBKDF.Hash algorithm,
int iterations)
Derives the obfuscated data from incoming parameters using PBKDF
function.
|
Copyright © 2016. All rights reserved.