public class DefaultCryptor extends Object implements Cryptor
| 构造器和说明 |
|---|
DefaultCryptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.