RSA Security 5 Projection Television User Manual


 
KI_RSAPrivateBSAFE1
284 RSA BSAFE Crypto-C Library Reference Manual
KI_RSAPrivateBSAFE1
Purpose:
Deprecated. This type is included only for backward compatibility.
Type of information this allows you to use:
the BSAFE 1.x encoding of an RSA private key.
Format of info supplied to B_SetKeyInfo:
pointer to an ITEM structure that gives the address and length of the BSAFE 1.x
encoding.
B_SetKeyInfo returns BE_WRONG_KEY_INFO if the encoding specifies a
private key for an algorithm other than RSA.
Format of info returned by B_GetKeyInfo:
pointer to an ITEM structure that gives the address and length of the BSAFE 1.x
encoding.
Can get this info type if key object already has:
KI_RSAPrivateBSAFE1, KI_RSA_CRT, KI_PKCS_RSAPrivate or KI_PKCS_RSAPrivateBER.