defy.tools

Interface DocumentKeyset

interface DocumentKeyset {
    conversationKey?: Uint8Array;
    encryptKey?: HDKey;
    signingKey?: HDKey;
}

Properties

conversationKey?: Uint8Array
encryptKey?: HDKey
signingKey?: HDKey