|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.security.EncryptedText
com.retek.component.security.UnEncryptedText
This class is only used when encryption has been turned off.
Field Summary | |
---|---|
static java.lang.String |
UNENCRYPTED_TEXT_KEY_ID
|
Constructor Summary | |
---|---|
UnEncryptedText(byte[] ciphertext)
|
Method Summary | |
---|---|
void |
setKeyId(java.lang.String keyId)
|
Methods inherited from class com.retek.component.security.EncryptedText |
---|
equals, getCiphertext, getCiphertextBytes, getKeyId, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String UNENCRYPTED_TEXT_KEY_ID
Constructor Detail |
public UnEncryptedText(byte[] ciphertext)
Method Detail |
public void setKeyId(java.lang.String keyId)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |