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