|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.util.Cryptographer
public class Cryptographer
| Constructor Summary | |
|---|---|
Cryptographer()
|
|
| Method Summary | |
|---|---|
java.lang.String |
decrypt(java.lang.String str)
Convenience method for encrypting a string. |
java.lang.String |
encrypt(java.lang.String str)
Convenience method for encrypting a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cryptographer()
throws java.lang.SecurityException
java.lang.SecurityException| Method Detail |
|---|
public java.lang.String encrypt(java.lang.String str)
throws java.lang.SecurityException
str - Description of the Parameter
java.lang.SecurityException - Description of the Exception
public java.lang.String decrypt(java.lang.String str)
throws java.lang.SecurityException
str - Description of the Parameter
java.lang.SecurityException - Description of the Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||