public abstract class TlsRSAUtils
extends java.lang.Object
| Constructor and Description |
|---|
TlsRSAUtils() |
| Modifier and Type | Method and Description |
|---|---|
static TlsSecret |
generateEncryptedPreMasterSecret(TlsContext context,
TlsCertificate certificate,
java.io.OutputStream output)
Generate a pre_master_secret and send it encrypted to the server.
|
public static TlsSecret generateEncryptedPreMasterSecret(TlsContext context, TlsCertificate certificate, java.io.OutputStream output) throws java.io.IOException
java.io.IOException