getUserCrossSigningKeys

abstract suspend fun getUserCrossSigningKeys(otherUserId: String): MXCrossSigningInfo?

Get the public cross signing keys for the given user.

Parameters

otherUserId

The ID of the user for which we would like to fetch the cross signing keys.