static final class CertificateMessage.GMTLSCertificateMessage extends SSLHandshake.HandshakeMessage
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) List<byte[]> |
encodedCertChain |
handshakeContext| 构造器和说明 |
|---|
GMTLSCertificateMessage(HandshakeContext handshakeContext,
ByteBuffer m) |
GMTLSCertificateMessage(HandshakeContext handshakeContext,
X509Certificate[] certChain) |
| 限定符和类型 | 方法和说明 |
|---|---|
SSLHandshake |
handshakeType() |
int |
messageLength() |
void |
send(HandshakeOutStream hos) |
String |
toString() |
writefinal List<byte[]> encodedCertChain
GMTLSCertificateMessage(HandshakeContext handshakeContext, X509Certificate[] certChain) throws SSLException
SSLExceptionGMTLSCertificateMessage(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.