decryptFilenames

fun decryptFilenames(encryptionKey: ByteArray): Boolean

Attempts to decrypt file names with the given encryption key.

Return

true if the file names were successfully decrypted; otherwise, false.

Parameters

encryptionKey

The encryption key.