@License public abstract class Decryptor extends Object
| Constructor and Description |
|---|
Decryptor() |
| Modifier and Type | Method and Description |
|---|---|
abstract byte[] |
decrypt(byte[] ciphertext)
Encrypts the given byte array, returning the encrypted bytes.
|
abstract boolean |
initialise(Object... parameters)
Initialises the class with a set of (optional) parameters.
|
public abstract boolean initialise(Object... parameters) throws CryptoException
parameters - a set of optional parameters.CryptoExceptionpublic abstract byte[] decrypt(byte[] ciphertext)
throws CryptoException
ciphertext - the encrypted data to be decrypted.CryptoExceptionCopyright © 2012-2014 Andrea Funtò. See here for terms and conditions.