matrix-js-sdk

    Interface Decryptors

    interface Decryptors {
        decrypt: (
            ciphertext: AESEncryptedSecretStoragePayload,
        ) => Promise<string>;
        encrypt: (plaintext: string) => Promise<AESEncryptedSecretStoragePayload>;
    }
    Index

    Properties

    Properties

    decrypt: (ciphertext: AESEncryptedSecretStoragePayload) => Promise<string>
    encrypt: (plaintext: string) => Promise<AESEncryptedSecretStoragePayload>
    MMNEPVFCICPMFPCPTTAAATR