CryptoSys PKI Toolkit 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
[Contents] [Index]