Click or drag to resize

CipherEncrypt Method

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