OSSLDHKAOperation

Undocumented in source.
package final
static if(BOTAN_HAS_ENGINE_OPENSSL)
static if(BOTAN_HAS_DIFFIE_HELLMAN)
class OSSLDHKAOperation : KeyAgreement {}

Constructors

this
this(PrivateKey pkey)
Undocumented in source.
this
this(DHPrivateKey pkey)
Undocumented in source.
this
this(DLSchemePrivateKey dh)
Undocumented in source.

Members

Functions

agree
SecureVector!ubyte agree(const(ubyte)* w, size_t w_len)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From KeyAgreement

agree
SecureVector!ubyte agree(const(ubyte)* w, size_t w_len)
Undocumented in source.

Meta