@gibme/eapol
    Preparing search index...

    Type Alias Kde

    Key Data Encapsulation (KDE) generic structure Used for vendor-specific key material

    type Kde = {
        body: Buffer;
        dataType: KdeDataType;
    }
    Index

    Properties

    Properties

    body: Buffer

    KDE body (content after type field)

    dataType: KdeDataType

    KDE Data Type (identifies content type)