static final class CertificateStatus.CertificateStatusMessage extends SSLHandshake.HandshakeMessage
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) List<byte[]> |
encodedResponses |
(专用程序包) int |
encodedResponsesLen |
(专用程序包) int |
messageLength |
(专用程序包) CertStatusExtension.CertStatusRequestType |
statusType |
handshakeContext| 构造器和说明 |
|---|
CertificateStatusMessage(HandshakeContext handshakeContext) |
CertificateStatusMessage(HandshakeContext handshakeContext,
ByteBuffer m) |
| 限定符和类型 | 方法和说明 |
|---|---|
SSLHandshake |
handshakeType() |
int |
messageLength() |
void |
send(HandshakeOutStream s) |
String |
toString() |
writefinal CertStatusExtension.CertStatusRequestType statusType
int encodedResponsesLen
int messageLength
final List<byte[]> encodedResponses
CertificateStatusMessage(HandshakeContext handshakeContext)
CertificateStatusMessage(HandshakeContext handshakeContext, ByteBuffer m) throws IOException
IOExceptionpublic SSLHandshake handshakeType()
public int messageLength()
public void send(HandshakeOutStream s) throws IOException
send 在类中 SSLHandshake.HandshakeMessageIOExceptionCopyright © 2023. All rights reserved.