File
containing the clear-text message to decrypt
@param output the decrypted File
. If this file already exists it will be overwritten.
@param encryptionKey a Key
representing the public key (of the receiver) to use for encryption. The key will automatically be {@link Key#close() closed} after theencryption is done.
|
|