Struct openssl::ec::EcKeyBuilder []

pub struct EcKeyBuilder(_);

Methods

impl EcKeyBuilder
[src]

[src]

[src]

Methods from Deref<Target = EcKeyBuilderRef>

[src]

[src]

[src]

[src]

Sets the public key based on affine coordinates.

[src]

Sets the private key.

Trait Implementations

impl ForeignType for EcKeyBuilder

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Drop for EcKeyBuilder

Executes the destructor for this type. Read more

impl Deref for EcKeyBuilder

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for EcKeyBuilder

Mutably dereferences the value.