Web::Transport::PKI::ECKey
An EC key
DESCRIPTION
The Web::Transport::PKI::ECKey
module represents an EC key.
METHOD
There is following method:
$string = $ec->to_pem
-
Return the
.pem
serialization of the EC private key.
SEE ALSO
AUTHOR
Wakaba <wakaba@suikawiki.org>.
LICENSE
Copyright 2018 Wakaba <wakaba@suikawiki.org>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.