CipherDecrypt Method |
| Name | Description | |
|---|---|---|
| Decrypt(Byte, Byte, Byte, CipherAlgorithm, Mode, Padding, CipherOpts) | Decrypt data in a byte array using the specified block cipher algorithm, mode and padding. | |
| Decrypt(String, String, String, CipherAlgorithm, Mode, Padding, CipherOpts) | Decrypt hex-encoded data using specified block cipher algorithm, mode and padding. |