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

    Interface SealedEnvelope

    Persisted enclave envelope; the Gateway treats it as opaque text.

    interface SealedEnvelope {
        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.