Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Org
BouncyCastle
Crypto
Tls
TlsRsaUtilities
C# Class Org.BouncyCastle.Crypto.Tls.TlsRsaUtilities
Mostra file
Open project: nonorganic/dssnet
Class Usage Examples
Public Methods
Method
Description
GenerateEncryptedPreMasterSecret
(
SecureRandom
random
,
RsaKeyParameters
rsaServerPublicKey
,
Stream
output
) :
byte[]
Method Details
GenerateEncryptedPreMasterSecret()
public
static
method
public
static
GenerateEncryptedPreMasterSecret
(
SecureRandom
random
,
RsaKeyParameters
rsaServerPublicKey
,
Stream
output
) :
byte[]
random
Org.BouncyCastle.Security.SecureRandom
rsaServerPublicKey
Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters
output
Stream
return
byte[]