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

SymmetricEncryption..::..Decrypt Method

Decrypts the specified cipher bytes. Returns null if the input is null. Throws ArgumentException if the cipherBytes length is too short to be valid encrypted data.

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

Syntax


public byte[] Decrypt(
	byte[] cipherBytes
)

Parameters

cipherBytes
Type: array<Byte>[]()[][]
The cipher bytes. Can be null.

Return Value

Decrypted byte array or null if the input is null.

Exceptions


ExceptionCondition
ArgumentExceptionInvalid cipher text. Length too short to be valid encrypted data. - cipherBytes