def import_public_key(data): return serialization.load_der_public_key( data=data, backend=default_backend())