CryptoSys API Library Manual

Aes192.Update Method (Byte[])

Transform byte input data with initialized key, mode and direction

Syntax

[C#]
public byte[] Update(
	byte[] data
)
[VB.NET]
Public Function Update ( _
	data As Byte() _
) As Byte()

Parameters

data
input data in byte array

Return Value

transformed data in byte array

Remarks

For ECB and CBC modes, input data length must be an exact multiple of the block length

[Contents] [Index]

[HOME]   [NEXT: Aes192.Update Method (String)...]

Copyright © 2001-9 D.I. Management Services Pty Ltd. All rights reserved.