Click or drag to resize

CipherDecrypt Method

Decrypt data using a block cipher.
Overload List
 NameDescription
Public methodStatic memberDecrypt(Byte, Byte, Byte, CipherAlgorithm, Mode) Decrypt data block in byte array.
Public methodStatic memberDecrypt(String, String, String, CipherAlgorithm, Mode) Decrypt data block as hex-encoded string.
Public methodStatic memberDecrypt(Byte, Byte, Byte, CipherAlgorithm, Mode, Padding, CipherOpts) Decrypt data in a byte array using the specified block cipher algorithm, mode and padding.
Public methodStatic memberDecrypt(String, String, String, CipherAlgorithm, Mode, Padding, CipherOpts) Decrypt hex-encoded data using specified block cipher algorithm, mode and padding.
Top
See Also