com.activequant.utils
Class Crypter

java.lang.Object
  extended by com.activequant.utils.Crypter

public class Crypter
extends Object


Constructor Summary
Crypter()
           
 
Method Summary
 String decryptBlowfish(String to_decrypt)
           
 String encryptBlowfish(String to_encrypt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Crypter

public Crypter()
Method Detail

encryptBlowfish

public String encryptBlowfish(String to_encrypt)

decryptBlowfish

public String decryptBlowfish(String to_decrypt)


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.