Struct openssl::dsa::DsaRef [] [src]

pub struct DsaRef(_);

Methods

impl DsaRef
[src]

Writes an DSA private key as unencrypted PEM formatted data

Writes an DSA public key as PEM formatted data

Trait Implementations

impl OpenSslTypeRef for DsaRef
[src]

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.