Struct openssl::ec::EcKeyBuilder []

pub struct EcKeyBuilder(_);

Builder pattern for key generation

Returns a EcKeyBuilder to be consumed by build

Methods

impl EcKeyBuilder
[src]

[src]

Creates an empty EcKeyBuilder to be chained with additonal methods

[src]

Consume the EcKeyBuilder and return EcKey

Methods from Deref<Target = EcKeyBuilderRef>

[src]

Set the EcGroup explicitly

[src]

Set public key to given EcPoint

[src]

Generate public and private keys.

[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.

impl Borrow<EcKeyBuilderRef> for EcKeyBuilder

Immutably borrows from an owned value. Read more

impl AsRef<EcKeyBuilderRef> for EcKeyBuilder

Performs the conversion.

impl Send for EcKeyBuilder
[src]

impl Sync for EcKeyBuilder
[src]