|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectjApp.RegistrationChipher
public class RegistrationChipher
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 |
---|
public RegistrationChipher()
Method Detail |
---|
public static void setChipperKey(java.lang.String key)
public static java.lang.String decryptText(java.lang.String cryptedtext) throws java.io.IOException
java.io.IOException
public static java.lang.String cryptText(java.lang.String plaintext) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |