Пример #1
0
 def get_modulus(self):
     """
     Return the modulus in hex format.
     """
     return m2.pkey_get_modulus(self.pkey)
Пример #2
0
 def get_modulus(self):
     # type: () -> Optional[bytes]
     """
     Return the modulus in hex format.
     """
     return m2.pkey_get_modulus(self.pkey)
Пример #3
0
 def get_modulus(self):
     # type: () -> Optional[bytes]
     """
     Return the modulus in hex format.
     """
     return m2.pkey_get_modulus(self.pkey)