Struct openssl::ec::EcKeyRef []

pub struct EcKeyRef(_);

Methods

impl EcKeyRef
[src]

Serializes the private key to PEM.

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

Serializes the private key to DER.

Checks the key for validity.

Trait Implementations

impl ForeignTypeRef for EcKeyRef

The raw C type.

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

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

Returns a raw pointer to the wrapped value.