private static final class ECCServerKeyExchange.ECCServerKeyExchangeMessage extends SSLHandshake.HandshakeMessage
| 限定符和类型 | 字段和说明 |
|---|---|
private byte[] |
paramsSignature |
private SignatureScheme |
signatureScheme |
private boolean |
useExplicitSigAlgorithm |
handshakeContext| 限定符 | 构造器和说明 |
|---|---|
(专用程序包) |
ECCServerKeyExchangeMessage(HandshakeContext handshakeContext,
ByteBuffer m) |
private |
ECCServerKeyExchangeMessage(HandshakeContext handshakeContext,
GMX509Authentication.GMX509Possession gmx509Possession) |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) SSLHandshake |
handshakeType() |
(专用程序包) int |
messageLength() |
(专用程序包) void |
send(HandshakeOutStream hos) |
String |
toString() |
private void |
updateSignature(Signature signature,
byte[] clntNonce,
byte[] svrNonce,
X509Certificate enc) |
writeprivate final byte[] paramsSignature
private final boolean useExplicitSigAlgorithm
private final SignatureScheme signatureScheme
private ECCServerKeyExchangeMessage(HandshakeContext handshakeContext, GMX509Authentication.GMX509Possession gmx509Possession) throws IOException
IOExceptionECCServerKeyExchangeMessage(HandshakeContext handshakeContext, ByteBuffer m) throws IOException
IOExceptionSSLHandshake handshakeType()
int messageLength()
void send(HandshakeOutStream hos) throws IOException
send 在类中 SSLHandshake.HandshakeMessageIOExceptionprivate void updateSignature(Signature signature, byte[] clntNonce, byte[] svrNonce, X509Certificate enc) throws SignatureException
Copyright © 2023. All rights reserved.