Click or drag to resize

RsaDecodeMsgIso9796 Method

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

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static byte[] DecodeMsgIso9796(
	byte[] data,
	int keyBits
)

Parameters

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

Return Value

Byte
Recovered message or an empty array on error
See Also