de.extra.client.plugins.outputplugin.crypto
Class ExtraCryptoUtil

java.lang.Object
  extended by de.extra.client.plugins.outputplugin.crypto.ExtraCryptoUtil

public class ExtraCryptoUtil
extends Object


Constructor Summary
ExtraCryptoUtil()
           
 
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
 

Constructor Detail

ExtraCryptoUtil

public ExtraCryptoUtil()
Method Detail

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.