WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

SymmetricEncryption..::..Encrypt Method

Encrypts the specified clear bytes. Returns null if the input is null.

Namespace:  Walter
Assembly:  Walter (in Walter.dll)

Syntax


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.