final class SignatureAlgorithmsExtension extends Object
| 限定符和类型 | 类和说明 |
|---|---|
private static class |
SignatureAlgorithmsExtension.CHSignatureSchemesConsumer
Network data consumer of a "signature_algorithms" extension in
the ClientHello handshake message.
|
private static class |
SignatureAlgorithmsExtension.CHSignatureSchemesOnLoadAbsence
The absence processing if a "signature_algorithms" extension is
not present in the ClientHello handshake message.
|
private static class |
SignatureAlgorithmsExtension.CHSignatureSchemesOnTradeAbsence
The absence processing if a "signature_algorithms" extension is
not present in the ClientHello handshake message.
|
private static class |
SignatureAlgorithmsExtension.CHSignatureSchemesProducer
Network data producer of a "signature_algorithms" extension in
the ClientHello handshake message.
|
private static class |
SignatureAlgorithmsExtension.CHSignatureSchemesUpdate
After session creation consuming of a "signature_algorithms"
extension in the ClientHello handshake message.
|
private static class |
SignatureAlgorithmsExtension.CRSignatureSchemesAbsence
The absence processing if a "signature_algorithms" extension is
not present in the CertificateRequest handshake message.
|
private static class |
SignatureAlgorithmsExtension.CRSignatureSchemesConsumer
Network data consumer of a "signature_algorithms" extension in
the CertificateRequest handshake message.
|
private static class |
SignatureAlgorithmsExtension.CRSignatureSchemesProducer
Network data producer of a "signature_algorithms" extension in
the CertificateRequest handshake message.
|
private static class |
SignatureAlgorithmsExtension.CRSignatureSchemesUpdate
After session creation consuming of a "signature_algorithms"
extension in the CertificateRequest handshake message.
|
(专用程序包) static class |
SignatureAlgorithmsExtension.SignatureSchemesSpec
The "signature_algorithms" extension.
|
private static class |
SignatureAlgorithmsExtension.SignatureSchemesStringizer |
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) static HandshakeProducer |
chNetworkProducer |
(专用程序包) static HandshakeAbsence |
chOnLoadAbsence |
(专用程序包) static SSLExtension.ExtensionConsumer |
chOnLoadConsumer |
(专用程序包) static HandshakeAbsence |
chOnTradeAbsence |
(专用程序包) static HandshakeConsumer |
chOnTradeConsumer |
(专用程序包) static HandshakeProducer |
crNetworkProducer |
(专用程序包) static HandshakeAbsence |
crOnLoadAbsence |
(专用程序包) static SSLExtension.ExtensionConsumer |
crOnLoadConsumer |
(专用程序包) static HandshakeConsumer |
crOnTradeConsumer |
(专用程序包) static SSLStringizer |
ssStringizer |
| 构造器和说明 |
|---|
SignatureAlgorithmsExtension() |
static final HandshakeProducer chNetworkProducer
static final SSLExtension.ExtensionConsumer chOnLoadConsumer
static final HandshakeAbsence chOnLoadAbsence
static final HandshakeConsumer chOnTradeConsumer
static final HandshakeAbsence chOnTradeAbsence
static final HandshakeProducer crNetworkProducer
static final SSLExtension.ExtensionConsumer crOnLoadConsumer
static final HandshakeAbsence crOnLoadAbsence
static final HandshakeConsumer crOnTradeConsumer
static final SSLStringizer ssStringizer
Copyright © 2023. All rights reserved.