Struct openssl::dh::Dh []

pub struct Dh(_);

Methods

impl Dh
[src]

[src]

[src]

Deserializes a value from PEM-formatted data.

[src]

Deserializes a value from DER-formatted data.

[src]

Requires the v102 or v110 features and OpenSSL 1.0.2 or OpenSSL 1.1.0.

[src]

Requires the v102 or v110 features and OpenSSL 1.0.2 or OpenSSL 1.1.0.

[src]

Requires the v102 or v110 features and OpenSSL 1.0.2 or OpenSSL 1.1.0.

Methods from Deref<Target = DhRef>

[src]

Serializes this value to PEM.

[src]

Serializes this value to DER.

Trait Implementations

impl ForeignType for Dh

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Drop for Dh

Executes the destructor for this type. Read more

impl Deref for Dh

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Dh

Mutably dereferences the value.