KeyInfo holds information about a key

interface KeyInfo {
    keyId: string;
    keyRole: KeyRole;
    keyType: KeyType;
}

Properties

Properties

keyId: string
keyRole: KeyRole
keyType: KeyType

Generated using TypeDoc