CryptoSys PKI Pro Manual

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

Carry 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

See Also

VB6/C equivalent: RSA_RawPrivate

[Contents] [Index]

[PREV: Rsa.RawPrivate Method (Byte, String)...]   [Contents]   [Index]   
   [NEXT: Rsa.RawPublic Method (Byte, String)...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.