GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Crypt::OpenPGP::Constants(3) User Contributed Perl Documentation Crypt::OpenPGP::Constants(3)

Crypt::OpenPGP::Constants - Exportable constants

Crypt::OpenPGP::Constants provides a list of common and useful constants for use in Crypt::OpenPGP.

None 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:

packet

All 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_COMPRESS

    Default cipher, digest, and compression algorithms, to be used if no specific cipher, digest, or compression algorithm is otherwise specified.

Please see the Crypt::OpenPGP manpage for author, copyright, and license information.
2015-08-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.