[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
perl
/
vendor
/
lib
/
Crypt
/
OpenPGP
/
Key
/
[
Home
]
File: Public.pm
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;