EC_KEY_check_key

Verifies that a private and/or public key is valid.

extern (C) nothrow @nogc
int
EC_KEY_check_key
(
const(.EC_KEY)* key
)

Parameters

key const(.EC_KEY)*

the EC_KEY object

Return Value

Type: int

1 on success and 0 otherwise.

Meta