debian man page for gnupg::secretkey

Query: gnupg::secretkey

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GnuPG::SecretKey(3pm)					User Contributed Perl Documentation				     GnuPG::SecretKey(3pm)

NAME
GnuPG::SecretKey - GnuPG Secret Key Objects
SYNOPSIS
# assumes a GnuPG::Interface object in $gnupg my @keys = $gnupg->get_secret_keys( 'ftobin' ); # now GnuPG::SecretKey objects are in @keys
DESCRIPTION
GnuPG::SecretKey objects are generally instantiated through various methods of GnuPG::Interface. They embody various aspects of a GnuPG secret key. This package inherits data members and object methods from GnuPG::PrimaryKey, which is described here, but rather in GnuPG::PrimaryKey. Currently, this package is functionally no different from GnuPG::PrimaryKey.
SEE ALSO
GnuPG::PrimaryKey, perl v5.12.4 2009-04-21 GnuPG::SecretKey(3pm)
Related Man Pages
libgpg-error(3) - opensolaris
symcryptrun(1) - debian
watchgnupg(1) - suse
gnupg::tie(3pm) - debian
gnupg::interface(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Detecting unused variables...
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?