def get_modulus(self): """ Return the modulus in hex format. """ return m2.pkey_get_modulus(self.pkey)
def get_modulus(self): # type: () -> Optional[bytes] """ Return the modulus in hex format. """ return m2.pkey_get_modulus(self.pkey)