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