|
Openfire 3.9.2 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Encryptor
| Method Summary | |
|---|---|
String |
decrypt(String value)
Decrypt an encrypted String. |
String |
encrypt(String value)
Encrypt a clear text String. |
void |
setKey(String key)
Set the encryption key. |
| Method Detail |
|---|
String encrypt(String value)
value - The clear text attribute
String decrypt(String value)
value - The encrypted attribute in Base64 encoding
void setKey(String key)
key - The encryption key
|
Openfire 3.9.2 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||