KeyIdResponse

data class KeyIdResponse(val keyId: String)

A KeyId identifies a specific public key, usually by hashing the public key.

Constructors

Link copied to clipboard
fun KeyIdResponse(keyId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.