o2i_ECPublicKey

Decodes a ec public key from a octet string. \param key a pointer to a EC_KEY object which should be used \param in memory buffer with the encoded public key \param len length of the encoded public key \return EC_KEY object with decoded public key or NULL if an error occurred.

extern (C) nothrow
o2i_ECPublicKey
(,
const(ubyte)** in_
,
c_long len
)

Meta