Crypt::Keys::Private::RSA - RSA private key drivers |
Crypt::Keys::Private::RSA - RSA private key drivers
This document describes the format of the key data returned from RSA private keyfile drivers.
All Crypt::Keys::Private::RSA drivers (no matter the encoding)
will return a data structure containing the same format. That
structure will be a reference to a hash, containing a key Data
;
the value of the key Data
is another hash reference, which
contains the actual key data. This hash reference has the following
keys:
d mod (p-1)
.
d mod (q-1)
.
inverse of q mod p
.
These last three fields are used in the Chinese Remainder Theorem.
Please see the Crypt::Keys manpage for author, copyright, and license information.
Crypt::Keys::Private::RSA - RSA private key drivers |