class ContextFactory(object): def __init__(self, store): self._wrapped = _TOFUContextFactory(store) self._wrapper = SecureCiphersContextFactory(self._wrapped) def getContext(self): return self._wrapper.getContext()
def __init__(self, store): self._wrapped = _TOFUContextFactory(store) self._wrapper = SecureCiphersContextFactory(self._wrapped)