private static final class ECDHClientKeyExchange.ECDHClientKeyExchangeMessage extends SSLHandshake.HandshakeMessage
| 限定符和类型 | 字段和说明 |
|---|---|
private byte[] |
encodedPoint |
handshakeContext| 构造器和说明 |
|---|
ECDHClientKeyExchangeMessage(HandshakeContext handshakeContext,
ByteBuffer m) |
ECDHClientKeyExchangeMessage(HandshakeContext handshakeContext,
ECPublicKey publicKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) static void |
checkConstraints(AlgorithmConstraints constraints,
ECPublicKey publicKey,
byte[] encodedPoint) |
SSLHandshake |
handshakeType() |
int |
messageLength() |
void |
send(HandshakeOutStream hos) |
String |
toString() |
writeECDHClientKeyExchangeMessage(HandshakeContext handshakeContext, ECPublicKey publicKey)
ECDHClientKeyExchangeMessage(HandshakeContext handshakeContext, ByteBuffer m) throws IOException
IOExceptionstatic void checkConstraints(AlgorithmConstraints constraints, ECPublicKey publicKey, byte[] encodedPoint) throws SSLHandshakeException
public SSLHandshake handshakeType()
public int messageLength()
public void send(HandshakeOutStream hos) throws IOException
send 在类中 SSLHandshake.HandshakeMessageIOExceptionCopyright © 2023. All rights reserved.