CryptoSys PKI Toolkit Manual

Rsa.RawPrivate Method (Byte[], String, Int32)

Carries out RSA transformation using private key (with specialist options)

Syntax

[C#]
public static byte[] RawPrivate(
	byte[] data,
	string privateKeyStr,
	int options
)
[VB.NET]
Public Shared Function RawPrivate ( _
	data As Byte(), _
	privateKeyStr As String, _
	options As Integer _
) As Byte()

Parameters

data
Data (must be same byte length as key modulus)
privateKeyStr
Private key in internal string format
options
Specialist options value

Return Value

Transformed data

[Contents] [Index]


[HOME]   [NEXT: Rsa.RawPublic Method (Byte, String)...]

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