aries / net.globalid.aries.features.connection.models.dids / DidDocKey

DidDocKey

@JsonClass(true) data class DidDocKey

DID document key

The model representation of the DID document key

Constructors

<init>

DID document key

DidDocKey(id: String, type: String, controller: String, publicKeyBase58: String?)

Properties

controller

the controller of the key

val controller: String

id

the id of the key

val id: String

publicKeyBase58

the PEM representation of the key

val publicKeyBase58: String?

type

the kind of the key

val type: String

Companion Object Properties

DEFAULT_KEY_TYPE

const val DEFAULT_KEY_TYPE: String