Struct openssl::ec::EcKeyBuilderRef []

pub struct EcKeyBuilderRef(_);

Reference to EcKeyBuilder

Methods

impl EcKeyBuilderRef
[src]

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

impl Send for EcKeyBuilderRef
[src]

impl Sync for EcKeyBuilderRef
[src]