@zip.js/zip.js
    Preparing search index...

    Interface EntryExtraFieldAES

    Represents the AES extra field record of an entry.

    interface EntryExtraFieldAES {
        data: Uint8Array;
        originalCompressionMethod?: number;
        strength?: number;
        type: number;
    }

    Hierarchy (View Summary)

    Index
    data: Uint8Array

    The data of the extra field.

    originalCompressionMethod?: number

    The compression method stored in the AES extra field.

    strength?: number

    The encryption strength (1, 2 or 3).

    type: number

    The type (header id) of the extra field.