static final class CertificateVerify.T12CertificateVerifyMessage extends SSLHandshake.HandshakeMessage
| 限定符和类型 | 字段和说明 |
|---|---|
private byte[] |
signature |
private SignatureScheme |
signatureScheme |
handshakeContext| 构造器和说明 |
|---|
T12CertificateVerifyMessage(HandshakeContext handshakeContext,
ByteBuffer m) |
T12CertificateVerifyMessage(HandshakeContext context,
X509Authentication.X509Possession x509Possession) |
| 限定符和类型 | 方法和说明 |
|---|---|
SSLHandshake |
handshakeType() |
int |
messageLength() |
void |
send(HandshakeOutStream hos) |
String |
toString() |
writeprivate final SignatureScheme signatureScheme
private final byte[] signature
T12CertificateVerifyMessage(HandshakeContext context, X509Authentication.X509Possession x509Possession) throws IOException
IOExceptionT12CertificateVerifyMessage(HandshakeContext handshakeContext, ByteBuffer m) throws IOException
IOExceptionpublic SSLHandshake handshakeType()
public int messageLength()
public void send(HandshakeOutStream hos) throws IOException
send 在类中 SSLHandshake.HandshakeMessageIOExceptionCopyright © 2023. All rights reserved.