public class DefaultCryptor extends Object implements Cryptor
Constructor and Description |
---|
DefaultCryptor() |
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String encryptedKey)
Decrypts the password.
|
String |
decrypt(String encryptedKey,
String seed)
Decrypts the password.
|
String |
encrypt(String plainKey)
Encrypt the plain text password.
|
String |
encrypt(String plainKey,
String seed)
Encrypt the plain text password.
|
public String encrypt(String plainKey, String seed) throws Exception
Copyright © 2006–2018 TinyGroup. All rights reserved.