o2i_ECPublicKey

Decodes a ec public key from a octet string.

extern (C) nothrow @nogc
o2i_ECPublicKey
(,
const(ubyte)** in_
,
core.stdc.config.c_long len
)

Parameters

key .EC_KEY**

a pointer to a EC_KEY object which should be used

in_ const(ubyte)**

memory buffer with the encoded public key

len core.stdc.config.c_long

length of the encoded public key

Return Value

Type: .EC_KEY*

EC_KEY object with decoded public key or null if an error occurred.

Meta