Properties
Optional encryptionKey
encryptionKey?: NullableOption<string>
Optional fileDigest
fileDigest?: NullableOption<string>
Optional fileDigestAlgorithm
fileDigestAlgorithm?: NullableOption<string>
Optional initializationVector
initializationVector?: NullableOption<string>
Optional mac
mac?: NullableOption<string>
Optional macKey
macKey?: NullableOption<string>
Optional profileIdentifier
profileIdentifier?: 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.