private static final class RSAServerKeyExchange.RSAServerKeyExchangeMessage extends SSLHandshake.HandshakeMessage
| 限定符和类型 | 字段和说明 |
|---|---|
private byte[] |
exponent |
private byte[] |
modulus |
private byte[] |
paramsSignature |
handshakeContext| 限定符 | 构造器和说明 |
|---|---|
(专用程序包) |
RSAServerKeyExchangeMessage(HandshakeContext handshakeContext,
ByteBuffer m) |
private |
RSAServerKeyExchangeMessage(HandshakeContext handshakeContext,
X509Authentication.X509Possession x509Possession,
RSAKeyExchange.EphemeralRSAPossession rsaPossession) |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) SSLHandshake |
handshakeType() |
(专用程序包) int |
messageLength() |
(专用程序包) void |
send(HandshakeOutStream hos) |
String |
toString() |
private void |
updateSignature(Signature signature,
byte[] clntNonce,
byte[] svrNonce) |
writeprivate final byte[] modulus
private final byte[] exponent
private final byte[] paramsSignature
private RSAServerKeyExchangeMessage(HandshakeContext handshakeContext, X509Authentication.X509Possession x509Possession, RSAKeyExchange.EphemeralRSAPossession rsaPossession) throws IOException
IOExceptionRSAServerKeyExchangeMessage(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) throws SignatureException
Copyright © 2023. All rights reserved.