OSSL_BN_CTX

Lightweight OpenSSL BN_CTX wrapper. For internal use only.

package final
static if(BOTAN_HAS_ENGINE_OPENSSL)
class OSSL_BN_CTX {}

Constructors

this
this(BN_CTX* ctx)
Undocumented in source.
this
this(OSSL_BN_CTX bn)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

getCtx
BN_CTX* getCtx()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta