There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Crypt::Perl::ECDSA::Parse - ECDSA key parsing

SYNOPSIS

use Crypt::Perl::ECDSA::Parse ();

#These accept either DER or PEM, native format or PKCS8.
#
my $prkey = Crypt::Perl::ECDSA::Parse::private($buffer);
my $pbkey = Crypt::Perl::ECDSA::Parse::public($buffer);

DISCUSSION

See Crypt::Perl::ECDSA::PrivateKey and Crypt::Perl::ECDSA::PublicKey for descriptions of the interfaces of these two classes.