LVE SDK
    Preparing search index...

    Interface OpenResult

    The result returned by openLveFile on successful decryption.

    interface OpenResult {
        createdAt: string;
        credentialIdUsed: string;
        fileId: string;
        plaintext: Uint8Array;
        rpId: string;
    }
    Index

    Properties

    createdAt: string

    ISO 8601 creation timestamp from the header.

    credentialIdUsed: string

    The credentialId that successfully decrypted the file.

    fileId: string

    UUID v4 file identifier from the header.

    plaintext: Uint8Array

    Decrypted plaintext bytes.

    rpId: string

    WebAuthn Relying Party ID the file was created for.