Struct openssl::dsa::DsaRef []

pub struct DsaRef(_);

Methods

impl DsaRef
[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 a public key to PEM.

[src]

Serializes the private key to DER.

[src]

Serializes the public key to DER.

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl ForeignTypeRef for DsaRef

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.