Web::Transport::PKI::RSAKey
An RSA key
DESCRIPTION
The Web::Transport::PKI::RSAKey
module represents an RSA key.
METHOD
There is following method:
$string = $rsa->to_pem
-
Return the
.pem
serialization of the RSA 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.