| Package | Description |
|---|---|
| nl.renarj.jasdb.core.crypto | |
| nl.renarj.jasdb.core.dummy |
| Modifier and Type | Method and Description |
|---|---|
String |
CryptoEngine.decrypt(String salt,
String password,
String encrypted) |
String |
BasicCryptoEngine.decrypt(String salt,
String password,
String encryptedText) |
String |
CryptoEngine.encrypt(String salt,
String password,
String text) |
String |
BasicCryptoEngine.encrypt(String salt,
String password,
String textToEncrypt) |
String |
CryptoEngine.generateSalt() |
String |
CryptoEngine.hash(String salt,
String password) |
String |
BasicCryptoEngine.hash(String salt,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
DummyUserManager.throwNotSupported() |
Copyright © 2015. All rights reserved.