final class CertificateVerify extends Object
| 限定符和类型 | 类和说明 |
|---|---|
private static class |
CertificateVerify.GMTlsCertificateVerifyConsumer
The "CertificateVerify" handshake message consumer.
|
(专用程序包) static class |
CertificateVerify.GMTlsCertificateVerifyMessage
The CertificateVerify handshake message (GMTLS).
|
private static class |
CertificateVerify.GMTlsCertificateVerifyProducer
The "CertificateVerify" handshake message producer.
|
private static class |
CertificateVerify.S30CertificateVerifyConsumer
The "CertificateVerify" handshake message consumer.
|
(专用程序包) static class |
CertificateVerify.S30CertificateVerifyMessage
The CertificateVerify handshake message (SSL 3.0).
|
private static class |
CertificateVerify.S30CertificateVerifyProducer
The "CertificateVerify" handshake message producer.
|
private static class |
CertificateVerify.T10CertificateVerifyConsumer
The "CertificateVerify" handshake message consumer.
|
(专用程序包) static class |
CertificateVerify.T10CertificateVerifyMessage
The CertificateVerify handshake message (TLS 1.0/1.1).
|
private static class |
CertificateVerify.T10CertificateVerifyProducer
The "CertificateVerify" handshake message producer.
|
private static class |
CertificateVerify.T12CertificateVerifyConsumer
The "CertificateVerify" handshake message consumer.
|
(专用程序包) static class |
CertificateVerify.T12CertificateVerifyMessage
The CertificateVerify handshake message (TLS 1.2).
|
private static class |
CertificateVerify.T12CertificateVerifyProducer
The "CertificateVerify" handshake message producer.
|
private static class |
CertificateVerify.T13CertificateVerifyConsumer
The "CertificateVerify" handshake message consumer.
|
(专用程序包) static class |
CertificateVerify.T13CertificateVerifyMessage
The CertificateVerify handshake message (TLS 1.3).
|
private static class |
CertificateVerify.T13CertificateVerifyProducer
The "CertificateVerify" handshake message producer.
|
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) static SSLConsumer |
gmtlsHandshakeConsumer |
(专用程序包) static HandshakeProducer |
gmtlsHandshakeProducer |
(专用程序包) static SSLConsumer |
s30HandshakeConsumer |
(专用程序包) static HandshakeProducer |
s30HandshakeProducer |
(专用程序包) static SSLConsumer |
t10HandshakeConsumer |
(专用程序包) static HandshakeProducer |
t10HandshakeProducer |
(专用程序包) static SSLConsumer |
t12HandshakeConsumer |
(专用程序包) static HandshakeProducer |
t12HandshakeProducer |
(专用程序包) static SSLConsumer |
t13HandshakeConsumer |
(专用程序包) static HandshakeProducer |
t13HandshakeProducer |
| 构造器和说明 |
|---|
CertificateVerify() |
static final SSLConsumer s30HandshakeConsumer
static final HandshakeProducer s30HandshakeProducer
static final SSLConsumer t10HandshakeConsumer
static final HandshakeProducer t10HandshakeProducer
static final SSLConsumer gmtlsHandshakeConsumer
static final HandshakeProducer gmtlsHandshakeProducer
static final SSLConsumer t12HandshakeConsumer
static final HandshakeProducer t12HandshakeProducer
static final SSLConsumer t13HandshakeConsumer
static final HandshakeProducer t13HandshakeProducer
Copyright © 2023. All rights reserved.