|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface CodingDevice
Write a description of interface CodingDevice here.
| Method Summary | |
|---|---|
String |
decode(String text)
Decodes text with the key |
String |
encode(String text)
Encodes text with the key |
String |
getKey()
Gets the key used for encoding/decoding |
void |
setKey(String key)
Sets the key used for encoding/decoding |
| Method Detail |
|---|
String decode(String text)
text - text to decoded
String encode(String text)
text - text to be encoded
String getKey()
void setKey(String key)
key - key used for encoding/decoding
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||