Class GPGME::GpgmeRecipients
In: lib/gpgme.rb
Parent: Object

A set of recipients that can be used in an encryption process.

Methods
add_name    new    to_a   
Public Class methods
new()

Create a new GpgmeRecipients instance.

Public Instance methods
add_name(name)

Add the recipient to this set.

to_a()

Return all of the recipient names in an array.