aries / net.globalid.aries.utils / RxDid / TheirDidInformation

TheirDidInformation

@JsonClass(true) data class TheirDidInformation

Represents the identity information JSON from Did.storeTheirDid. Note that the verification key is optional in the JSON, but considering their documentation "optional in case of adding a new DID, and DID is cryptonym: did == verkey", just make it explicit that did = verkey, as it is already mandatory when updating an existing DID.

Constructors

<init>

Represents the identity information JSON from Did.storeTheirDid. Note that the verification key is optional in the JSON, but considering their documentation "optional in case of adding a new DID, and DID is cryptonym: did == verkey", just make it explicit that did = verkey, as it is already mandatory when updating an existing DID.

TheirDidInformation(did: String, verKey: String)

Properties

did

val did: String

verKey

val verKey: String