- 封闭类:
- DHClientKeyExchange
private static final class DHClientKeyExchange.DHClientKeyExchangeMessage
extends SSLHandshake.HandshakeMessage
The DiffieHellman ClientKeyExchange handshake message.
If the client has sent a certificate which contains a suitable
DiffieHellman key (for fixed_dh client authentication), then the
client public value is implicit and does not need to be sent again.
In this case, the client key exchange message will be sent, but it
MUST be empty.
Currently, we don't support cipher suite that requires implicit public
key of client.