| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
This KI may have been set by KI_PKCS_RSAPrivate or KI_PKCS_RSAPrivateBER.
info Format
| B_SetKeyInfo() | A pointer to A_PKCS_RSA_MULTI_PRIME_PRIVATE_KEY. Each ITEM supplies an integer in canonical format, where the ITEM data points to an unsigned Byte array, most significant Byte first, and the ITEM len gives its length. All leading zeros are stripped from each integer before it is copied to the key object. There will be the same number of primeExponents as primes and one less coefficient. |
| B_GetKeyInfo() | A pointer to A_PKCS_RSA_MULTI_PRIME_PRIVATE_KEY. All leading zeros have been stripped from each integer in the structure. |