C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::crypto::dh_param Class Reference

Public Member Functions

ES_API(CPPESSENCE) explicit dh_param(std ES_API (CPPESSENCE) dh_param(dh_param &&) noexcept
 
 ES_API (CPPESSENCE) ~dh_param()
 
 ES_API (CPPESSENCE) dh_param &operator
 
 ES_API (CPPESSENCE) dh_kdf_type kdf_mode() const
 
 ES_API (CPPESSENCE) digest_mode kdf_digest_mode() const
 
ES_API(CPPESSENCE) std ES_API (CPPESSENCE) void set_padding(bool value) const
 
 ES_API (CPPESSENCE) void set_nid(dh_nid value) const
 
 ES_API (CPPESSENCE) void set_rfc5114(dhx_rfc5114 value) const
 
 ES_API (CPPESSENCE) void set_kdf_type(dh_kdf_type value) const
 
 ES_API (CPPESSENCE) void set_kdf_cipher_name(zstring_view value) const
 
 ES_API (CPPESSENCE) void set_kdf_digest_mode(digest_mode value) const
 

The documentation for this class was generated from the following file: