@opentdf/sdk
    Preparing search index...

    Type Alias CreateNanoTDFOptions

    CreateNanoTDFOptions: CreateOptions & {
        bindingType?: "ecdsa" | "gmac";
        ecdsaBindingKeyID?: string;
        signingKeyID?: string;
    }

    Options for creating a NanoTDF.

    Type declaration

    • OptionalbindingType?: "ecdsa" | "gmac"

      The type of binding to use for the NanoTDF.

    • OptionalecdsaBindingKeyID?: string

      When creating a new collection, use ECDSA binding with this key id from the signers, instead of the DEK.

    • OptionalsigningKeyID?: string

      When creating a new collection, use the key in the signers list with this id to generate a signature for each element. When absent, the nanotdf is unsigned.