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 @nogc
o2i_ECPublicKey
(,
const(ubyte)** in_
,
core.stdc.config.c_long len
)

Meta