@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface SseCDownloadKey

    SSE-C decryption parameters supplied to downloads of files that were uploaded with customer-managed keys.

    interface SseCDownloadKey {
        algorithm: "AES256";
        customerKey: string;
        customerKeyMd5: string;
    }
    Index

    Properties

    algorithm: "AES256"

    Encryption algorithm. Always EncryptionAlgorithm.Aes256 ('AES256').

    customerKey: string

    Base64-encoded customer-provided decryption key.

    customerKeyMd5: string

    Base64-encoded MD5 digest of the decryption key.