de.extra.client.plugins.outputplugin.crypto
Class ExtraCryptoUtil
java.lang.Object
de.extra.client.plugins.outputplugin.crypto.ExtraCryptoUtil
public class ExtraCryptoUtil
- extends Object
|
Method Summary |
static String |
decrypt(String sName)
Decrypts the specified encrypted string, using the current secret key. |
static String |
encrypt(String sValue)
Encrypts the specified string, using the current secret key. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtraCryptoUtil
public ExtraCryptoUtil()
encrypt
public static String encrypt(String sValue)
- Encrypts the specified string, using the current secret key.
decrypt
public static String decrypt(String sName)
- Decrypts the specified encrypted string, using the current secret key.
Copyright © 2012-2013. All Rights Reserved.