Struct openssl::ec::EcKeyRef []

pub struct EcKeyRef(_);

Methods

impl EcKeyRef
[src]

[src]

Serializes the private key to PEM.

[src]

Serializes the private key to PEM, encrypting it with the specified symmetric cipher and passphrase.

[src]

Serializes the private key to DER.

[src]

[src]

[src]

[src]

Checks the key for validity.

[src]

Trait Implementations

impl ForeignTypeRef for EcKeyRef

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.