circu.js
    Preparing search index...

    Interface GcmDecryptResult

    Result of GCM decryption

    interface GcmDecryptResult {
        plaintext: ArrayBuffer;
        verified: boolean;
    }
    Index

    Properties

    Properties

    plaintext: ArrayBuffer

    Decrypted plaintext

    verified: boolean

    true if authentication tag is valid