Interface KeyManagerCHURPIdentity

Identity uniquely identifies a CHURP instance.

interface KeyManagerCHURPIdentity {
    id: number;
    runtime_id: Uint8Array;
}

Hierarchy (view full)

Properties

Properties

id: number

ID is a unique CHURP identifier within the key manager runtime.

runtime_id: Uint8Array

RuntimeID is the identifier of the key manager runtime.