static final class CertificateVerify.T13CertificateVerifyMessage extends SSLHandshake.HandshakeMessage
| 限定符和类型 | 字段和说明 |
|---|---|
private static byte[] |
clientSignHead |
private static byte[] |
serverSignHead |
private byte[] |
signature |
private SignatureScheme |
signatureScheme |
handshakeContext| 构造器和说明 |
|---|
T13CertificateVerifyMessage(HandshakeContext context,
ByteBuffer m) |
T13CertificateVerifyMessage(HandshakeContext context,
X509Authentication.X509Possession x509Possession) |
| 限定符和类型 | 方法和说明 |
|---|---|
SSLHandshake |
handshakeType() |
int |
messageLength() |
void |
send(HandshakeOutStream hos) |
String |
toString() |
writeprivate static final byte[] serverSignHead
private static final byte[] clientSignHead
private final SignatureScheme signatureScheme
private final byte[] signature
T13CertificateVerifyMessage(HandshakeContext context, X509Authentication.X509Possession x509Possession) throws IOException
IOExceptionT13CertificateVerifyMessage(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.