KeyCorrectnessProof

data class KeyCorrectnessProof(val c: String, val xzCap: String, val xrCap: Map<String, String>)(source)

Represents the proof of correctness of a public key used for signing a credential.

Constructors

Link copied to clipboard
constructor(c: String, xzCap: String, xrCap: Map<String, String>)

Properties

Link copied to clipboard
val c: String

The value c used in the proof.

Link copied to clipboard
@SerialName(value = "xr_cap")
val xrCap: Map<String, String>

The map of xr_cap values used in the proof.

Link copied to clipboard
@SerialName(value = "xz_cap")
val xzCap: String

The value xz_cap used in the proof.