Interface FileEncryptionInfo

Hierarchy

  • FileEncryptionInfo

Properties

encryptionKey?: NullableOption<string>
fileDigest?: NullableOption<string>
fileDigestAlgorithm?: NullableOption<string>
initializationVector?: NullableOption<string>
mac?: NullableOption<string>
macKey?: NullableOption<string>

The key used to compute the message authentication code of the concatenation of the IV and encrypted file content. Must be 32 bytes.

profileIdentifier?: NullableOption<string>

Generated using TypeDoc