railo.runtime.crypt
Class Blowfish

java.lang.Object
  extended by railo.runtime.crypt.Blowfish

public final class Blowfish
extends Object

implementation of the Blowfish encryption


Constructor Summary
Blowfish(String password)
           
 
Method Summary
 String decryptString(String sCipherText)
           
 void destroy()
           
 String encryptString(String sPlainText)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Blowfish

public Blowfish(String password)
Method Detail

encryptString

public String encryptString(String sPlainText)

decryptString

public String decryptString(String sCipherText)

destroy

public void destroy()


Copyright © 2012 Railo