public class PasswordUtil extends Object
| Constructor and Description |
|---|
PasswordUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decrypt(String encryptedString) |
static byte[] |
decryptSqlDeveloper(byte[] result) |
static String |
decryptSqlDeveloper(String encryptedPassword) |
static byte[] |
encrypt(byte[] data,
char[] password,
byte[] salt,
int noIterations) |
static String |
encrypt(String password) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.