Namespace: Org.BouncyCastle.Security
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static AsymmetricCipherKeyPair GetRsaKeyPair(
	RSAParameters rp
)
Visual Basic
Public Shared Function GetRsaKeyPair ( _
	rp As RSAParameters _
) As AsymmetricCipherKeyPair
Visual C++
public:
static AsymmetricCipherKeyPair^ GetRsaKeyPair(
	RSAParameters rp
)

See Also