| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
RSAES-OAEP.
It is a new OID that is placed into the BER-encoding of an RSA public key. This allows developers to build X.509 certificates with a SubjectPublicKeyInfo value of RSAES-OAEP.
info Format
| B_SetKeyInfo() | A pointer to A_PKCS_OAEP_PARAMS. |
| B_GetKeyInfo() | A pointer to A_PKCS_OAEP_PARAMS. |
Usage considerations
This KI is valid only for use with key objects that have already been set with an RSA public key. It is not intended to build a key object. It only adds to an existing key object. Retrieve this information out of an existing key object.