, C, C, C, C, and C<1/q mod p>,
where C and C are the prime factors of C, C is the public
exponent and C is the private exponent. Some of these values may return
as C; only C and C will be defined for a public key. The
C module must be installed for this to work.
=item is_private
Return true if this is a private key, and false if it is private only.
=cut
sub get_key_parameters {
return map { $_ ? Crypt::OpenSSL::Bignum->bless_pointer($_) : undef } shift->_get_key_parameters();
}
=back
=head1 BUGS
There is a small memory leak when generating new keys of more than 512 bits.
=head1 AUTHOR
Ian Robertson, C. For support, please email
C.
=head1 ACKNOWLEDGEMENTS
=head1 LICENSE
Copyright (c) 2001-2011 Ian Robertson. Crypt::OpenSSL::RSA is free
software; you may redistribute it and/or modify it under the same
terms as Perl itself.
=head1 SEE ALSO
L, L, L,
L, L,
L,
L,
L,
L
=cut