com.retek.component.security
Class EncryptedText
java.lang.Object
com.retek.component.security.EncryptedText
- Direct Known Subclasses:
- UnEncryptedText
- public class EncryptedText
- extends java.lang.Object
Constructor Summary |
EncryptedText(byte[] ciphertext,
java.lang.String keyId)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EncryptedText
public EncryptedText(byte[] ciphertext,
java.lang.String keyId)
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 © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28