|
Tor 0.4.9.3-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 38 of file crypto_rsa_nss.c.
| RSA* key |
The key itself
Definition at line 42 of file crypto_rsa_openssl.c.
| SECKEYPublicKey* pubkey |
Definition at line 41 of file crypto_rsa_nss.c.
| int refs |
reference count, so we don't have to copy keys
Definition at line 41 of file crypto_rsa_openssl.c.
| SECKEYPrivateKey* seckey |
Definition at line 40 of file crypto_rsa_nss.c.