com.retek.component.security
Class EncryptedText

java.lang.Object
  extended bycom.retek.component.security.EncryptedText
Direct Known Subclasses:
UnEncryptedText

public class EncryptedText
extends java.lang.Object


Constructor Summary
EncryptedText(byte[] ciphertext, java.lang.String keyId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCiphertext()
           
 byte[] getCiphertextBytes()
           
 java.lang.String getKeyId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncryptedText

public EncryptedText(byte[] ciphertext,
                     java.lang.String keyId)
Method Detail

getCiphertext

public java.lang.String getCiphertext()

getCiphertextBytes

public byte[] getCiphertextBytes()

getKeyId

public java.lang.String getKeyId()

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()


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