CryptoSys PKI Toolkit Manual

Rsa.DecodeMsg Method

Decode a PKCS-1 encoded block. Deprecated.

Syntax

[C#]
public static byte[] DecodeMsg(
	byte[] data,
	Rsa.EncodeFor method
)
[VB.NET]
Public Shared Function DecodeMsg ( _
	data As Byte(), _
	method As Rsa.EncodeFor _
) As Byte()

Parameters

data
Binary data to be decoded
method
Type: Rsa.EncodeFor
Method to use

Return Value

Decoded data

Remarks

Deprecated. Use DecodeMsgForEncryption or DecodeDigestForSignature

[Contents] [Index]

[HOME]   [NEXT: Rsa.DecodeMsgForEncryption Method...]

Copyright © 2004-12 D.I. Management Services Pty Ltd. All rights reserved.