Vana SDK - v4.1.0
    Preparing search index...

    Interface AesGcmBox

    AES-GCM fields encoded as base64 strings.

    interface AesGcmBox {
        iv: string;
        ciphertext: string;
        tag: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    iv: string

    Base64 initialization vector.

    ciphertext: string

    Base64 ciphertext.

    tag: string

    Base64 authentication tag.