com.retek.rsm.domain.security.bo
Class EncryptedText

java.lang.Object
  extended bycom.retek.rsm.domain.security.bo.EncryptedText

public class EncryptedText
extends java.lang.Object


Constructor Summary
EncryptedText()
           
 
Method Summary
 byte[] getEncryptedText()
           
 java.lang.String getKeyId()
           
 void setEncryptedText(byte[] encText)
           
 void setKeyId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedText

public EncryptedText()
Method Detail

getEncryptedText

public byte[] getEncryptedText()

setEncryptedText

public void setEncryptedText(byte[] encText)

getKeyId

public java.lang.String getKeyId()

setKeyId

public void setKeyId(java.lang.String id)