Type Alias ProtocolPathEncryption

ProtocolPathEncryption: {
    publicKeyJwk: PublicJwk;
    rootKeyId: string;
}

Config for protocol-path encryption scheme.

Type declaration

  • publicKeyJwk: PublicJwk

    Public key for encrypting the symmetric key used for data encryption.

  • rootKeyId: string

    The ID of the root key that derives the public key at this protocol path for encrypting the symmetric key used for data encryption.