Crypt::OpenPGP::KeyRing

Key ring object.
Download

Crypt::OpenPGP::KeyRing Ranking & Summary

Advertisement

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

Crypt::OpenPGP::KeyRing Tags


Crypt::OpenPGP::KeyRing Description

Key ring object. Crypt::OpenPGP::KeyRing is a Perl module with a key ring object.SYNOPSIS use Crypt::OpenPGP::KeyRing; my $ring = Crypt::OpenPGP::KeyRing->new( Filename => 'foo.ring' ); my $kb = $ring->find_keyblock_by_keyid($key_id);Crypt::OpenPGP::KeyRing provides keyring management and key lookup for Crypt::OpenPGP. A KeyRing, in this case, does not necessarily have to be a keyring file; a KeyRing object is just a collection of key blocks, where each key block contains exactly one master key, zero or more subkeys, some user ID packets, some signatures, etc. Requirements: · Perl


Crypt::OpenPGP::KeyRing Related Software