| RSA BSAFE Cert-C Micro Edition |
The power of PKI for the smallest of devices |
Defines | |
| #define | R_PKEY_FIELD_ID_RSA_MOD |
Indicates that the data is the modulus (n) of the RSA key. More... | |
| #define | R_PKEY_FIELD_ID_RSA_EXP |
Indicates that the data is the public exponent (e) of the RSA key. More... | |
| #define | R_PKEY_FIELD_ID_RSA_PRIV_EXP |
Indicates that the data is the private exponent (d) of the RSA key. More... | |
| #define | R_PKEY_FIELD_ID_RSA_PRIME_N(n) |
Indicates that the data is the nth prime of the RSA key. | |
| #define | R_PKEY_FIELD_ID_RSA_EXP_N(n) |
Indicates that the data is the nth exponent calculation of the RSA key. More... | |
| #define | R_PKEY_FIELD_ID_RSA_INV_N(n) |
Indicates that the data is the nth inverse calculation of the RSA key. More... | |
| #define | R_PKEY_FIELD_ID_RSA_Q |
Indicates that the data is the first prime (q) of the RSA key. | |
| #define | R_PKEY_FIELD_ID_RSA_DMQ1 |
| Indicates that the data is the first exponent calculation of the RSA key. More... | |
| #define | R_PKEY_FIELD_ID_RSA_P |
Indicates that the data is the second prime (p) of the RSA key. | |
| #define | R_PKEY_FIELD_ID_RSA_DMP1 |
| Indicates that the data is the second exponent calculation of the RSA key. More... | |
| #define | R_PKEY_FIELD_ID_RSA_IQMP |
| Indicates that the data is the second inverse calculation of the RSA key. More... | |
| #define | R_PKEY_FIELD_ID_DH_PRIME |
| Indicates that the data is the prime parameter of the Diffie-Hellman key. More... | |
| #define | R_PKEY_FIELD_ID_DH_GENERATOR |
| Indicates that the data is the public key value of the Diffie-Hellman key. More... | |
| #define | R_PKEY_FIELD_ID_DH_PUB_KEY |
| Indicates that the data is the public key value of the Diffie-Hellman key. More... | |
| #define | R_PKEY_FIELD_ID_DSA_PRIME |
| Indicates that the data is the prime modulus parameter of the Digital Signature Algorithm (DSA) key. More... | |
| #define | R_PKEY_FIELD_ID_DSA_SUBPRIME |
| Indicates that the data is the sub-prime/prime divisor parameter of the Digital Signature Algorithm (DSA) key. More... | |
| #define | R_PKEY_FIELD_ID_DSA_BASE |
| Indicates that the data is the base/generator parameter of the Digital Signature Algorithm (DSA) key. More... | |
| #define | R_PKEY_FIELD_ID_DSA_PUB_KEY |
Indicates that the data is the public key value (y) of the Digital Signature Algorithm (DSA) key. More... | |
| #define | R_PKEY_FIELD_ID_DSA_PRIV_KEY |
Indicates that the data is the private key value (x) of the Digital Signature Algorithm (DSA) key. More... | |
|
|
Indicates that the data is the public key value of the Diffie-Hellman key. The public key is calculated by raising the generator to a random value |
|
|
Indicates that the data is the prime parameter of the Diffie-Hellman key. The prime value identifies the Galois field ( |
|
|
Indicates that the data is the public key value of the Diffie-Hellman key. The public key is calculated by raising the generator to a random value |
|
|
Indicates that the data is the base/generator parameter of the Digital Signature Algorithm (DSA) key. The base/generator is used as the exponential base for DSA calculations |
|
|
Indicates that the data is the prime modulus parameter of the Digital Signature Algorithm (DSA) key. The prime modulus identifier between |
|
|
Indicates that the data is the private key value ( |
|
|
Indicates that the data is the public key value ( |
|
|
Indicates that the data is the sub-prime/prime divisor parameter of the Digital Signature Algorithm (DSA) key. The sub-prime is a prime divisor of the prime minus one between |
|
|
Indicates that the data is the second exponent calculation of the RSA key. The calculation is the private exponent |
|
|
Indicates that the data is the first exponent calculation of the RSA key. The calculation is the private exponent |
|
|
Indicates that the data is the public exponent ( |
|
|
Indicates that the data is the |
|
|
Indicates that the data is the |
|
|
Indicates that the data is the second inverse calculation of the RSA key. The calculation is the inverse of the previous prime |
|
|
Indicates that the data is the modulus ( |
|
|
Indicates that the data is the private exponent ( |