DESCRIPTION
Attribute
- "private_key"
- Read only; Crypt::OpenSSL::RSA; required.
Additional Constructor Methods
- "new_from_file($file)"
- Given a filename containing a DER or PEM encoded RSA private key, constructs an object.
- "new_from_string($str)"
- Given a string containing a DER or PEM encoded RSA private key, constructs an object.
- "new_from_privkey($key)"
- Given a Crypt::OpenSSL::RSA private key object, constructs an object.
BUGS
Please report any bugs to <http://rt.cpan.org/>.AUTHOR
Toby Inkster <[email protected]>.COPYRIGHT
Copyright 2010, 2012 Toby InksterThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

