| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
To build a BER-encoded RSA public key with RSAES_OAEP OID
Build an RSA public key using a KI such as KI_RSAPublic. Call B_SetKeyInfo() with the key object using KI_RSAPublicOAEPParams to add the OAEP parameters if using parameters other than the default values.
The default values are:
sha1 mgf1SHA1 pSpecifiedEmpty. This provides the key object set with the RSA public key information and the OAEP information.