Struct openssl::dh::DhRef [−][src]
pub struct DhRef<T>(_, _);Implementations
Serializes the parameters into a PEM-encoded PKCS#3 DHparameter structure.
The output will have a header of -----BEGIN DH PARAMETERS-----.
This corresponds to PEM_write_bio_DHparams.
Serializes the parameters into a DER-encoded PKCS#3 DHparameter structure.
This corresponds to i2d_DHparams.
Returns the public key from the DH instance.
This corresponds to DH_get0_key.
Computes a shared secret from the own private key and the given public_key.
This corresponds to DH_compute_key.
Returns the private key from the DH instance.
This corresponds to DH_get0_key.
Trait Implementations
Constructs a shared instance of this type from its raw type.
Constructs a mutable reference of this type from its raw type.
