Encrypts the specified clear bytes. Returns null if the input is null.
Namespace:
Walter
Assembly:
Walter (in Walter.dll)
public byte[] Encrypt(
byte[] clearBytes
)
Parameters
- clearBytes
- Type: array<Byte>[]()[][]
The clear bytes. Can be null.
Return Value
Encrypted byte array or null if the input is null.