A SERVICE OF

logo

Chapter 2 Algorithm Info Types 83
AI_ECPubKey
leading zeros are stripped before they are copied to the key object. A_EC_PUBLIC_KEY
can be initialized by calling
B_GetKeyInfo from a key object of type KI_ECPublic.
Format of info returned by B_GetAlgorithmInfo:
pointer to an A_EC_PUBLIC_KEY structure.
Crypto-C procedures to use with algorithm object:
B_SetAlgorithmInfo and B_GetAlgorithmInfo.
Can get this info type if algorithm object already has:
AI_ECPubKey or AI_ECPubKeyBER.