Selling Partner API SDK for JavaScript
    Preparing search index...

    Encryption details for required client-side encryption and decryption of document contents.

    interface EncryptionDetails {
        initializationVector: string;
        key: string;
        standard: "AES";
    }
    Index

    Properties

    initializationVector: string

    The vector to encrypt or decrypt the document contents using Cipher Block Chaining (CBC).

    key: string

    The encryption key used to encrypt or decrypt the document contents.

    standard: "AES"

    The encryption standard required to encrypt or decrypt the document contents.