|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.usergrid.utils.AESUtils
public class AESUtils
Constructor Summary | |
---|---|
AESUtils()
|
Method Summary | |
---|---|
static String |
decrypt(String secret,
String codedText)
|
static String |
encrypt(String secret,
String plainText)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AESUtils()
Method Detail |
---|
public static String encrypt(String secret, String plainText)
public static String decrypt(String secret, String codedText)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |