Initial Commit
This commit is contained in:
12
database/perl/vendor/lib/Crypt/OpenPGP/Key/Public.pm
vendored
Normal file
12
database/perl/vendor/lib/Crypt/OpenPGP/Key/Public.pm
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package Crypt::OpenPGP::Key::Public;
|
||||
use strict;
|
||||
|
||||
use Crypt::OpenPGP::Key;
|
||||
use Crypt::OpenPGP::ErrorHandler;
|
||||
use base qw( Crypt::OpenPGP::Key Crypt::OpenPGP::ErrorHandler );
|
||||
|
||||
sub all_props { $_[0]->public_props }
|
||||
sub is_secret { 0 }
|
||||
sub public_key { $_[0] }
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user