def load_private_key_string(key_string): return serialization.load_pem_private_key(key_string, password=None, backend=default_backend())