Exemplo n.º 1
0
 def get_modulus(self):
     """
     Return the modulus in hex format.
     """
     return m2.pkey_get_modulus(self.pkey)
Exemplo n.º 2
0
 def get_modulus(self):
     # type: () -> Optional[bytes]
     """
     Return the modulus in hex format.
     """
     return m2.pkey_get_modulus(self.pkey)
Exemplo n.º 3
0
 def get_modulus(self):
     # type: () -> Optional[bytes]
     """
     Return the modulus in hex format.
     """
     return m2.pkey_get_modulus(self.pkey)