|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ComponentRole public interface EncryptionTool
Interface (aka Role) of the Component
Method Summary | |
---|---|
String |
display(String encryptedText,
boolean editRight)
Display an encrypted text if the user can see it. |
String |
encrypt(String clearText)
Encrypt a text. |
boolean |
hasDecryptionRight()
Check user rights. |
Method Detail |
---|
String encrypt(String clearText)
String display(String encryptedText, boolean editRight)
encryptedText
- Text to be decryptededitRight
- True if the user is allowed to see this
boolean hasDecryptionRight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |