Click or drag to resize

CipherEncrypt Method

Overload List
 NameDescription
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