class documentation

class FakeLib: (source)

View In Hierarchy

An introspectable fake of cryptography's lib object.

Parameters
stateA FakeLibState instance that contains this fake's state.
Method __init__ Undocumented
Method SSL_CTX_set_ecdh_auto Record the context and value under in the _state instance variable.
Instance Variable _state Undocumented
def __init__(self, state): (source)

Undocumented

def SSL_CTX_set_ecdh_auto(self, ctx, value): (source)

Record the context and value under in the _state instance variable.

Parameters
ctx:OpenSSL.SSL.ContextAn SSL context.
value:boolA boolean value
See Also
FakeLibState

Undocumented