CryptoSys API Library Manual

Tdea.InitDecrypt Method (String, Mode, String)

Initialises with hex key, mode and hex IV ready to start decrypting

Syntax

[C#]
public int InitDecrypt(
	string keyHex,
	Mode mode,
	string ivHex
)
[VB.NET]
Public Function InitDecrypt ( _
	keyHex As String, _
	mode As Mode, _
	ivHex As String _
) As Integer

Parameters

keyHex
Key in hex-encoded format
mode
Cipher mode
ivHex
IV in hex-encoded format

Return Value

0 if successful or non-zero error code

See Also

VB6/C equivalent: TDEA_InitHex

[Contents] [Index]

[HOME]   [NEXT: Tdea.InitEncrypt Method (Byte, Mode, Byte)...]

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