@ipshipyard/keychain
    Preparing search index...

    Interface EncryptionResult

    interface EncryptionResult {
        cipherText: Uint8Array<ArrayBuffer>;
        iv: Uint8Array<ArrayBuffer>;
        salt: Uint8Array<ArrayBuffer>;
    }
    Index

    Properties

    Properties

    cipherText: Uint8Array<ArrayBuffer>