GPGKeyGroup


Inherits From:
NSObject
Declared In:
GPGKeyGroup.h


Class Description

Key groups can be defined in gpg configuration file (gpg.conf). Those groups, identified by names (name could be an email address for example, or anything else), contain only keys, and cannot contain other groups.

Groups can be used in place of keys only in encryption operations; they will be expanded to their contained keys.

Key groups are only for PGP keys. To obtain key groups, invoke -[GPGContext keyGroups]


Symbolic Constants

Synopsis:

GPGKEYGROUP_H  


Instance Variables

NSString *_name;
NSArray *_keys;

_nameNo description.
_keysNo description.


Method Types

- name
- keys

Instance Methods

keys

- (NSArray *)keys

Returns the keys contained in the group.


name

- (NSString *)name

Returns the group name.


Version 1.1 Copyright ©2005 by Mac GPG Project. All Rights Reserved. Sun Jan 23 16:54:42 2005