@License public class Pkcs7Decryptor extends Decryptor
| Constructor and Description |
|---|
Pkcs7Decryptor() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] ciphertext)
Encrypts the given byte array, returning the encrypted bytes.
|
boolean |
initialise(Object... parameters)
Initialises the object and prepares it for signing.
|
static void |
main(String[] args) |
public boolean initialise(Object... parameters) throws CertificateLoaderException
initialise in class Decryptorparameters - can be one of the following options:CertificateLoaderExceptionEncryptor.initialise(java.lang.Object[])public byte[] decrypt(byte[] ciphertext)
throws CryptoException
Decryptordecrypt in class Decryptorciphertext - the encrypted data to be decrypted.CryptoExceptionpublic static void main(String[] args)
args - Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.