Encrypts the given
array using the public key from the
object associated with the given
.
![]() |
---|
After encryption is done, the input array is cleared. |
Overload List
Name | Description | |||
---|---|---|---|---|
![]() ![]() |
Encrypt (IEngineObject, Byte) | Encrypts the given array using the public key from the object associated with the given .
|
||
![]() ![]() |
Encrypt (IEngineObject, Char) | Encrypts the given array using the public key from the object associated with the given . The input array is UTF-8 encoded before encryption.
|
||
![]() ![]() |
Encrypt (IEngineObject, String) | Encrypts the given using the public key from the object associated with the given . The input is UTF-8 encoded before encryption.
|