public final class DesEncrypter extends Object
Modifier and Type | Method and Description |
---|---|
static String |
decrypt(String str)
Deprecated.
Deprecated, because it is neither throwing an Exception nor returning NULL if it couldn't be decrypted. Please use tryDecrypt.
|
static String |
encrypt(String str)
Encrypt a key.
|
static String |
tryDecrypt(String str)
Returns the Decrypted Parameter, if encryption can be done.
|
public static String encrypt(String str)
str
- Key@Deprecated public static String decrypt(String str)
str
- Keypublic static String tryDecrypt(String str)
str
- Encrypted StringCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.