com.retek.component.security
Class UnEncryptedText

java.lang.Object
  extended bycom.retek.component.security.EncryptedText
      extended bycom.retek.component.security.UnEncryptedText

public class UnEncryptedText
extends EncryptedText

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

UNENCRYPTED_TEXT_KEY_ID

public static final java.lang.String UNENCRYPTED_TEXT_KEY_ID
See Also:
Constant Field Values
Constructor Detail

UnEncryptedText

public UnEncryptedText(byte[] ciphertext)
Method Detail

setKeyId

public void setKeyId(java.lang.String keyId)


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25