C# Class Org.BouncyCastle.Crypto.Tls.TlsRsaUtilities

Exibir arquivo 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[]