zibri
    Preparing search index...

    The base options required for decrypting a value.

    type BaseDecryptOptions<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.