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

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
GenerateEncryptedPreMasterSecret ( SecureRandom random, RsaKeyParameters rsaServerPublicKey, Stream output ) : byte[]

Method Details

GenerateEncryptedPreMasterSecret() public static méthode

public static GenerateEncryptedPreMasterSecret ( SecureRandom random, RsaKeyParameters rsaServerPublicKey, Stream output ) : byte[]
random Org.BouncyCastle.Security.SecureRandom
rsaServerPublicKey Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters
output Stream
Résultat byte[]