Struct openssl::dsa::DsaRef []

pub struct DsaRef(_);

Methods

impl DsaRef
[src]

Serializes the private key to PEM.

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

Serializes a public key to PEM.

Serializes the private key to DER.

Serializes the public key to DER.

Trait Implementations

impl ForeignTypeRef for DsaRef

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.