Struct openssl::ec_key::EcKey
[−]
[src]
pub struct EcKey(_);
Methods
impl EcKey
[src]
fn new_by_curve_name(nid: Nid) -> Result<EcKey, ErrorStack>
Trait Implementations
impl OpenSslType for EcKey
[src]
type CType = EC_KEY
The raw C type.
type Ref = EcKeyRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut EC_KEY) -> EcKey
Constructs an instance of this type from its raw type.
impl Drop for EcKey
[src]
impl Deref for EcKey
[src]
type Target = EcKeyRef
The resulting type after dereferencing
fn deref(&self) -> &EcKeyRef
The method called to dereference a value