in reply to Re: Crypt::OpenPGP help!!
in thread Crypt::OpenPGP help!!

Sorry about the code tags. I do not see anything in Crypt::OpenPGP that would list keys. Is that in another pgp module that I havn't seen yet?

Replies are listed 'Best First'.
Re: Re: Re: Crypt::OpenPGP help!!
by arden (Curate) on Mar 10, 2004 at 16:45 UTC
    Try  Crypt::OpenPGP::Key->check or  Crypt::OpenPGP::Key->public_key. There is a caveat with "check" so be sure to RTFM on Crypt::OpenPGP::Key before using it though.

    Good luck!

    - - arden.