zibri
    Preparing search index...

    The base options required for encrypting a value.

    type BaseEncryptOptions<TKey> = {
        key: TKey;
        keyId: string;
    }

    Type Parameters

    • TKey
    Index

    Properties

    Properties

    key: TKey

    The actual key value.

    keyId: string

    The id of the key to use.