private static final class RSAClientKeyExchange.RSAClientKeyExchangeMessage extends SSLHandshake.HandshakeMessage
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) byte[] |
encrypted |
(专用程序包) int |
protocolVersion |
(专用程序包) boolean |
useTLS10PlusSpec |
handshakeContext| 构造器和说明 |
|---|
RSAClientKeyExchangeMessage(HandshakeContext context,
ByteBuffer m) |
RSAClientKeyExchangeMessage(HandshakeContext context,
RSAKeyExchange.RSAPremasterSecret premaster,
PublicKey publicKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
SSLHandshake |
handshakeType() |
int |
messageLength() |
void |
send(HandshakeOutStream hos) |
String |
toString() |
writefinal int protocolVersion
final boolean useTLS10PlusSpec
final byte[] encrypted
RSAClientKeyExchangeMessage(HandshakeContext context, RSAKeyExchange.RSAPremasterSecret premaster, PublicKey publicKey) throws GeneralSecurityException
RSAClientKeyExchangeMessage(HandshakeContext context, ByteBuffer m) throws IOException
IOExceptionpublic SSLHandshake handshakeType()
public int messageLength()
public void send(HandshakeOutStream hos) throws IOException
send 在类中 SSLHandshake.HandshakeMessageIOExceptionCopyright © 2023. All rights reserved.