|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Decryptor
Interface defining a utility that can perform decryption of ciphertext to yield the original cleartext.
| Method Summary | |
|---|---|
byte[] |
decrypt(byte[] ciphertext)
Decrypt the ciphertext in byte array format to yield the original cleartext. |
java.lang.String |
decrypt(java.lang.String ciphertext)
Decrypt the ciphertext to yield the original cleartext. |
java.io.Serializable |
unsealObject(java.io.Serializable object)
|
| Method Detail |
|---|
byte[] decrypt(byte[] ciphertext)
throws CryptoException
ciphertext - The text to be encrypted, in byte formThe - decrypted cleartext, in byte form
CryptoException
java.lang.String decrypt(java.lang.String ciphertext)
throws CryptoException
ciphertext - The text to be encryptedThe - decrypted cleartext
CryptoException
java.io.Serializable unsealObject(java.io.Serializable object)
throws CryptoException
CryptoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||