com.retek.rsm.app.security.service
Class EncryptedTextVo

java.lang.Object
  |
  +--com.retek.rsm.app.security.service.EncryptedTextVo
All Implemented Interfaces:
java.io.Serializable, ValueObject

public class EncryptedTextVo
extends java.lang.Object
implements ValueObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.retek.rsm.app.common.ValueObject
serialVersionUID
 
Constructor Summary
EncryptedTextVo()
           
 
Method Summary
 byte[] getCiphertext()
           
 java.lang.String getKeyId()
           
 void setCiphertext(byte[] ciphertext)
           
 void setKeyId(java.lang.String keyId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedTextVo

public EncryptedTextVo()
Method Detail

getCiphertext

public byte[] getCiphertext()

setCiphertext

public void setCiphertext(byte[] ciphertext)

getKeyId

public java.lang.String getKeyId()

setKeyId

public void setKeyId(java.lang.String keyId)