Exemplo n.º 1
0
 def size(self):
     """
     Return the size of the key in bytes.
     """
     return m2.pkey_size(self.pkey)
Exemplo n.º 2
0
 def size(self):
     # type: () -> int
     """
     Return the size of the key in bytes.
     """
     return m2.pkey_size(self.pkey)
Exemplo n.º 3
0
 def size(self):
     # type: () -> int
     """
     Return the size of the key in bytes.
     """
     return m2.pkey_size(self.pkey)