botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
OSSLDHKAOperation
botan
engine
openssl_engine
Undocumented in source.
package final
static if
(
BOTAN_HAS_ENGINE_OPENSSL
)
static if
(
BOTAN_HAS_DIFFIE_HELLMAN
)
class
OSSLDHKAOperation :
KeyAgreement
{
this
(PrivateKey pkey);
this
(DHPrivateKey pkey);
this
(DLSchemePrivateKey dh);
SecureVector
!
ubyte
agree
(const(ubyte)* w, size_t w_len);
}
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
Source
See Implementation
botan
engine
openssl_engine
classes
EVPBlockCipher
EVPHashFunction
OSSLDHKAOperation
OSSLDSASignatureOperation
OSSLDSAVerificationOperation
OSSLRSAPrivateOperation
OSSLRSAPublicOperation
OSSL_BN_CTX
OpenSSLEngine
OpenSSLModularExponentiator
RC4OpenSSL
structs
OSSL_BN
variables
HANDLE_EVP_CIPHER
HANDLE_EVP_CIPHER_KEYLEN