Struct openssl::ec::EcKeyBuilderRef []

pub struct EcKeyBuilderRef(_);

Methods

impl EcKeyBuilderRef
[src]

[src]

[src]

[src]

[src]

Sets the public key based on affine coordinates.

[src]

Sets the private key.

Trait Implementations

impl ForeignTypeRef for EcKeyBuilderRef

The raw C type.

[src]

Constructs a shared instance of this type from its raw type.

[src]

Constructs a mutable reference of this type from its raw type.

[src]

Returns a raw pointer to the wrapped value.