CryptoSys PKI Pro Manual

Rsa.DecodeMsgIso9796 Method

Decode a message padded using ISO/IEC 9796-1 formatting.

Syntax

[C#]
public static byte[] DecodeMsgIso9796(
	byte[] data,
	int keyBits
)
[VB.NET]
Public Shared Function DecodeMsgIso9796 ( _
	data As Byte(), _
	keyBits As Integer _
) As Byte()

Parameters

data
encoded message for signature
keyBits
exact length of key in bits

Return Value

Recovered message or an empty array on error

See Also

VB6/C equivalent: RSA_DecodeMsg

[Contents] [Index]

[PREV: Rsa.DecodeMsgForEncryption Method...]   [Contents]   [Index]   
   [NEXT: Rsa.Decrypt Method...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.