class axl::cry::BnCtx
#include <axl_cry_BigNum.h> class BnCtx: public axl::sl::Handle { public: // construction BnCtx(); BnCtx(BN_CTX* h); // methods void start(); void end(); BIGNUM* getBigNum(); };
Inherited Members
public: // typedefs typedef T H; // methods operator T() const; T operator->() const; const Handle& operator=(T h); bool isOpen() const; void close(); void attach(T h); T detach(); T* p(); static T getInvalidHandle();