...
filename
: The filename of the imageencryptionalgorithm
: The file-encryption algorithm. Currently the options are "AesCtr" and "AesCtrHmac".encryptionkey
: The key to decrypt the image file. This is a byte array consisting of 128 bits of key, followed by 128 bits of IV.
Note | ||
---|---|---|
| ||
See the Image Decryption section in the roImagePlayer entry for details on displaying encrypted images. |
...