Decode a message padded using ISO/IEC 9796-1 formatting.
public static byte[] DecodeMsgIso9796( byte[] data, int keyBits )
Public Shared Function DecodeMsgIso9796 ( data As Byte(), keyBits As Integer ) As Byte()
VB6/C equivalent: RSA_DecodeMsg
RSA_DecodeMsg
[Contents] [Index]