| 程序包 | 说明 |
|---|---|
| org.openeuler.sun.security.ssl |
| 限定符和类型 | 类和说明 |
|---|---|
private static class |
AlpnExtension.CHAlpnAbsence
The absence processing if the extension is not present in
a ClientHello handshake message.
|
private static class |
AlpnExtension.SHAlpnAbsence
The absence processing if the extension is not present in
the ServerHello handshake message.
|
private static class |
CertificateStatus.CertificateStatusAbsence |
private static class |
ExtendedMasterSecretExtension.CHExtendedMasterSecretAbsence
The absence processing if a "extended_master_secret" extension is
not present in the ClientHello handshake message.
|
private static class |
ExtendedMasterSecretExtension.SHExtendedMasterSecretAbsence
The absence processing if a "extended_master_secret" extension is
not present in the ServerHello handshake message.
|
private static class |
KeyShareExtension.SHKeyShareAbsence
The absence processing if the extension is not present in
the ServerHello handshake message.
|
private static class |
PreSharedKeyExtension.CHPreSharedKeyAbsence |
private static class |
PreSharedKeyExtension.SHPreSharedKeyAbsence |
private static class |
PskKeyExchangeModesExtension.PskKeyExchangeModesOnLoadAbsence
The absence processing if a "psk_key_exchange_modes" extension is
not present in the ClientHello handshake message.
|
private static class |
PskKeyExchangeModesExtension.PskKeyExchangeModesOnTradeAbsence
The absence processing if a "signature_algorithms" extension is
not present in the ClientHello handshake message.
|
private static class |
RenegoInfoExtension.CHRenegotiationInfoAbsence
The absence processing if a "renegotiation_info" extension is
not present in the ClientHello handshake message.
|
private static class |
RenegoInfoExtension.SHRenegotiationInfoAbsence
The absence processing if a "renegotiation_info" extension is
not present in the ServerHello 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.CRSignatureSchemesAbsence
The absence processing if a "signature_algorithms" extension is
not present in the CertificateRequest handshake message.
|
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) static HandshakeAbsence |
SignatureAlgorithmsExtension.chOnLoadAbsence |
(专用程序包) static HandshakeAbsence |
RenegoInfoExtension.chOnLoadAbsence |
(专用程序包) static HandshakeAbsence |
PskKeyExchangeModesExtension.chOnLoadAbsence |
(专用程序包) static HandshakeAbsence |
PreSharedKeyExtension.chOnLoadAbsence |
(专用程序包) static HandshakeAbsence |
ExtendedMasterSecretExtension.chOnLoadAbsence |
(专用程序包) static HandshakeAbsence |
AlpnExtension.chOnLoadAbsence |
(专用程序包) static HandshakeAbsence |
SignatureAlgorithmsExtension.chOnTradeAbsence |
(专用程序包) static HandshakeAbsence |
PskKeyExchangeModesExtension.chOnTradeAbsence |
(专用程序包) static HandshakeAbsence |
SignatureAlgorithmsExtension.crOnLoadAbsence |
(专用程序包) static HandshakeAbsence |
AlpnExtension.eeOnLoadAbsence |
(专用程序包) static HandshakeAbsence |
CertificateStatus.handshakeAbsence |
(专用程序包) HandshakeAbsence |
SSLExtension.onLoadAbsence |
(专用程序包) HandshakeAbsence |
SSLExtension.onTradeAbsence |
(专用程序包) static HandshakeAbsence |
RenegoInfoExtension.shOnLoadAbsence |
(专用程序包) static HandshakeAbsence |
PreSharedKeyExtension.shOnLoadAbsence |
(专用程序包) static HandshakeAbsence |
KeyShareExtension.shOnLoadAbsence |
(专用程序包) static HandshakeAbsence |
ExtendedMasterSecretExtension.shOnLoadAbsence |
(专用程序包) static HandshakeAbsence |
AlpnExtension.shOnLoadAbsence |
| 构造器和说明 |
|---|
SSLExtension(int id,
String name,
SSLHandshake handshakeType,
ProtocolVersion[] supportedProtocols,
HandshakeProducer producer,
SSLExtension.ExtensionConsumer onLoadConsumer,
HandshakeAbsence onLoadAbsence,
HandshakeConsumer onTradeConsumer,
HandshakeAbsence onTradeAbsence,
SSLStringizer stringize) |
Copyright © 2023. All rights reserved.