@JsonClass(true) data class DidDocKey
DID document key
The model representation of the DID document key
<init> |
DID document key DidDocKey(id: String, type: String, controller: String, publicKeyBase58: String?) |
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 |
DEFAULT_KEY_TYPE |
const val DEFAULT_KEY_TYPE: String |