CryptoSys API Library Manual

Aes192.InitDecrypt Method (Byte[], Mode, Byte[])

Initialises with key, mode and IV ready to start decrypting

Syntax

[C#]
public int InitDecrypt(
	byte[] key,
	Mode mode,
	byte[] iv
)
[VB.NET]
Public Function InitDecrypt ( _
	key As Byte(), _
	mode As Mode, _
	iv As Byte() _
) As Integer

Parameters

key
Key of exactly 24 bytes (192 bits)
mode
Cipher Mode
iv
IV of exactly 16 bytes or null for ECB mode

Return Value

0 if successful or non-zero error code

[Contents] [Index]

[HOME]   [NEXT: Aes192.InitDecrypt Method (String, Mode, String)...]

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