Interface ReportsApiModelReportDocumentEncryptionDetails

Encryption details required for decryption of a report document's contents.

ReportDocumentEncryptionDetails

interface ReportsApiModelReportDocumentEncryptionDetails {
    initializationVector: string;
    key: string;
    standard: "AES" | Aes;
}

Properties

initializationVector: string

The vector to decrypt the document contents using Cipher Block Chaining (CBC).

ReportDocumentEncryptionDetails

key: string

The encryption key used to decrypt the document contents.

ReportDocumentEncryptionDetails

standard: "AES" | Aes

The encryption standard required to decrypt the document contents.

ReportDocumentEncryptionDetails

MMNEPVFCICPMFPCPTTAAATR