Crypt::OpenPGP::Constants

Exportable constants.
Download

Crypt::OpenPGP::Constants Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Benjamin Trott
  • Publisher web site:
  • http://search.cpan.org/~btrott/

Crypt::OpenPGP::Constants Tags


Crypt::OpenPGP::Constants Description

Exportable constants. Crypt::OpenPGP::Constants is a Perl module with exportable constants.SYNOPSIS use Crypt::OpenPGP::Constants qw( :tag CONSTANT1 );Crypt::OpenPGP::Constants provides a list of common and useful constants for use in Crypt::OpenPGP.USAGENone of the constants are exported by default; you have to ask for them explicitly. Some of the constants are grouped into bundles that you can grab all at once; alternatively you can just take the individual constants, one by one.If you wish to import a group, your use statement should look something like this: use Crypt::OpenPGP::Constants qw( :group );Here are the groups: * packetAll of the PGP_PKT_* constants. These are constants that define packet types.Other exportable constants, not belonging to a group, are: * DEFAULT_CIPHER * DEFAULT_DIGEST * DEFAULT_COMPRESSDefault cipher, digest, and compression algorithms, to be used if no specific cipher, digest, or compression algorithm is otherwise specified. Requirements: · Perl


Crypt::OpenPGP::Constants Related Software