|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.admin.domain.model.Security
public final class Security
Provides security information to encryped and decrpted texts.
Constructor Summary | |
---|---|
Security(String plainText, String encryptedText) Default constructor. |
Method Summary | |
---|---|
String |
getEncryptedText() Returns the encrypted text. |
String |
getPlainText() Returns the plain text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Security(String plainText, String encryptedText)
plainText
- the plain text.
encryptedText
- the encrypted text.
Method Detail |
---|
public String getEncryptedText()
null
.
public String getPlainText()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |