def __init__(self, presentation): """ @param presentation: {Layer} """ SecLayer.__init__(self, presentation) self._rsaPublicKey, self._rsaPrivateKey = rsa.newkeys(512)