Query: gnupg::primarykey
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GnuPG::PrimaryKey(3pm) User Contributed Perl Documentation GnuPG::PrimaryKey(3pm)NAMEGnuPG::PrimaryKey - GnuPG Primary Key ObjectsSYNOPSIS# assumes a GnuPG::Interface object in $gnupg my @keys = $gnupg->get_public_keys( 'ftobin' ); # or my @keys = $gnupg->get_secret_keys( 'ftobin' ); # now GnuPG::PrimaryKey objects are in @keysDESCRIPTIONGnuPG::PrimaryKey objects are generally instantiated as GnuPG::PublicKey or GnuPG::SecretKey objects through various methods of GnuPG::Interface. They embody various aspects of a GnuPG primary key. This package inherits data members and object methods from GnuPG::Key, which is not described here, but rather in GnuPG::Key.OBJECT DATA MEMBERSuser_ids A list of GnuPG::UserId objects associated with this key. user_attributes A list of GnuPG::UserAttribute objects associated with this key. subkeys A list of GnuPG::SubKey objects associated with this key. local_id WARNING: DO NOT USE. This used to mean GnuPG's local id for the key, but modern versions of GnuPG do not produce it. Expect this to be the empty string or undef. owner_trust The scalar value GnuPG reports as the ownertrust for this key. See GnuPG's DETAILS file for details.SEE ALSOGnuPG::Key, GnuPG::UserId, GnuPG::SubKey, perl v5.12.4 2010-06-07 GnuPG::PrimaryKey(3pm)
Related Man Pages |
---|
libgpg-error(3) - opensolaris |
mimegpg(1) - debian |
sig2dot(1) - debian |
gnupg::key(3pm) - debian |
gnupg::userattribute(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Detecting unused variables... |
One instance of comparing grep and awk |
A (ksh) Library For and From UNIX.com |
New UNIX and Linux History Sections |