Class Gpgr::Encrypt::GpgFileForEncryption
In: lib/gpgr.rb
Parent: Object

Contians the details used to encrypt specified file, is what actually does any encryption.

Methods

encrypt   encrypt_using   new   using  

Attributes

email_addresses  [RW] 
file  [RW] 
file_output  [RW] 

Public Class methods

The path to the file which GPG Will be encrypting and the path where you want the encrypted file to be output.

Public Instance methods

Encrypts the current file for the list of recipients specific (if they are valid)

Takes a list of e-mail addresses and then encrypts the file straight away.

Expects an array of e-mail addresses for people who this file file should be decryptable by.

[Validate]