Tor
0.4.7.0-alpha-dev
|
Data Fields | |
SECKEYPrivateKey * | seckey |
SECKEYPublicKey * | pubkey |
int | refs |
RSA * | key |
Declaration for crypto_pk_t structure.
A public key, or a public/private key-pair.
Definition at line 36 of file crypto_rsa_nss.c.
RSA* key |
The key itself
Definition at line 42 of file crypto_rsa_openssl.c.
int refs |
reference count, so we don't have to copy keys
Definition at line 41 of file crypto_rsa_openssl.c.