zibri
    Preparing search index...

    The content stored inside an encryption string.

    type EncryptionContent = {
        encryptedValue: string;
        keyId: string;
        strategyName: string;
        version: string;
    }
    Index

    Properties

    encryptedValue: string

    The actual encrypted value.

    keyId: string

    The id of the key that has been used.

    strategyName: string

    The name of the encryption strategy.

    version: string

    The version of the encryption strategy.