NativeRef

Used to hold onto native OpenSSL references and run finalization on those objects. Individual types must subclass this and implement finalizer.

Constructors

this
this(long context)
Undocumented in source.

Members

Classes

EVP_PKEY
class EVP_PKEY
Undocumented in source.
SSL_SESSION
class SSL_SESSION
Undocumented in source.

Functions

doFree
void doFree(long context)
Undocumented in source.
finalize
void finalize()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

context
long context;
Undocumented in source.

Meta