jApp
Class RegistrationChipher

java.lang.Object
  extended by jApp.RegistrationChipher

public class RegistrationChipher
extends java.lang.Object


Constructor Summary
RegistrationChipher()
           
 
Method Summary
static java.lang.String cryptText(java.lang.String plaintext)
           
static java.lang.String decryptText(java.lang.String cryptedtext)
           
static void setChipperKey(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationChipher

public RegistrationChipher()
Method Detail

setChipperKey

public static void setChipperKey(java.lang.String key)

decryptText

public static java.lang.String decryptText(java.lang.String cryptedtext)
                                    throws java.io.IOException
Throws:
java.io.IOException

cryptText

public static java.lang.String cryptText(java.lang.String plaintext)
                                  throws java.io.IOException
Throws:
java.io.IOException