| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
This KI is similar to KI_PKCS_RSAPrivate except that it uses the ASN.1 BER format.
It may have been set by one of the following:
The OID for RSA PKCS #1 encryption, excluding the tag and length Bytes, in decimal, is 42, 134, 72, 134, 247, 13, 1, 1, 1.
info Format
| B_SetKeyInfo() | A pointer to ITEM that gives the address and length of the BER encoding. The encoding is converted to DER before it is copied to the key object. Returns BE_WRONG_KEY_INFO if the PrivateKeyInfo specifies a private key for an algorithm other than the RSA algorithm. |
| B_GetKeyInfo() | A pointer to ITEM that provides the address and length of the DER-encoding. |