public RsaKeyParameters(
bool isPrivate,
BigInteger modulus,
BigInteger exponent
)
Public Sub New (
isPrivate As Boolean,
modulus As BigInteger,
exponent As BigInteger
)
public:
RsaKeyParameters(
bool isPrivate,
BigInteger^ modulus,
BigInteger^ exponent
)
Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters = function(isPrivate, modulus, exponent);