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