Binary decrypt(CipherHandle h, Binary dat)
Arguments
h: A cipher handledat: A block of encrypted Binary data
Usage
Decrypts binary data with the given cipher handle, returning a binary block containing the decrypted data.
h: A cipher handledat: A block of encrypted Binary dataDecrypts binary data with the given cipher handle, returning a binary block containing the decrypted data.