| 程序包 | 说明 |
|---|---|
| org.openeuler.sun.security.ssl |
| 限定符和类型 | 类和说明 |
|---|---|
private static class |
AlpnExtension.CHAlpnConsumer
Network data consumer of the extension in a ClientHello
handshake message.
|
private static class |
AlpnExtension.SHAlpnConsumer
Network data consumer of the extension in the ServerHello
handshake message.
|
private static class |
CertificateAuthoritiesExtension.CHCertificateAuthoritiesConsumer
Network data consumer of a "certificate_authorities" extension in
the ClientHello handshake message.
|
private static class |
CertificateAuthoritiesExtension.CRCertificateAuthoritiesConsumer
Network data consumer of a "certificate_authorities" extension in
the CertificateRequest handshake message.
|
private static class |
CertSignAlgsExtension.CHCertSignatureSchemesConsumer
Network data consumer of a "signature_algorithms_cert" extension in
the ClientHello handshake message.
|
private static class |
CertSignAlgsExtension.CRCertSignatureSchemesConsumer
Network data consumer of a "signature_algorithms_cert" extension in
the CertificateRequest handshake message.
|
private static class |
CertStatusExtension.CHCertStatusReqConsumer
Network data consumer of a "status_request" extension in the
ClientHello handshake message.
|
private static class |
CertStatusExtension.CHCertStatusReqV2Consumer
Network data consumer of a "status_request_v2" extension in the
ClientHello handshake message.
|
private static class |
CertStatusExtension.CTCertStatusResponseConsumer |
private static class |
CertStatusExtension.SHCertStatusReqConsumer
Network data consumer of a "status_request" extension in the
ServerHello handshake message.
|
private static class |
CertStatusExtension.SHCertStatusReqV2Consumer
Network data consumer of a "status_request_v2" extension in the
ServerHello handshake message.
|
private static class |
CookieExtension.CHCookieConsumer |
private static class |
CookieExtension.HRRCookieConsumer |
private static class |
ECPointFormatsExtension.CHECPointFormatsConsumer
Network data consumer of a "ec_point_formats" extension in
the ClientHello handshake message.
|
private static class |
ECPointFormatsExtension.SHECPointFormatsConsumer
Network data consumer of a "ec_point_formats" extension in
the ServerHello handshake message.
|
private static class |
ExtendedMasterSecretExtension.CHExtendedMasterSecretConsumer
Network data producer of a "extended_master_secret" extension in
the ServerHello handshake message.
|
private static class |
ExtendedMasterSecretExtension.SHExtendedMasterSecretConsumer
Network data consumer of a "extended_master_secret" extension in
the ServerHello handshake message.
|
private static class |
KeyShareExtension.CHKeyShareConsumer
Network data consumer of the extension in a ClientHello
handshake message.
|
private static class |
KeyShareExtension.HRRKeyShareConsumer
Network data consumer of the extension in a HelloRetryRequest
handshake message.
|
private static class |
KeyShareExtension.SHKeyShareConsumer
Network data consumer of the extension in a ServerHello
handshake message.
|
private static class |
MaxFragExtension.CHMaxFragmentLengthConsumer
Network data consumer of a "max_fragment_length" extension in
the ClientHello handshake message.
|
private static class |
MaxFragExtension.EEMaxFragmentLengthConsumer
Network data consumer of a "max_fragment_length" extension in the
EncryptedExtensions handshake message.
|
private static class |
MaxFragExtension.SHMaxFragmentLengthConsumer
Network data consumer of a "max_fragment_length" extension in
the ServerHello handshake message.
|
private static class |
PreSharedKeyExtension.CHPreSharedKeyConsumer |
private static class |
PreSharedKeyExtension.SHPreSharedKeyConsumer |
private static class |
PskKeyExchangeModesExtension.PskKeyExchangeModesConsumer
Network data consumer of a "psk_key_exchange_modes" extension in
the ClientHello handshake message.
|
private static class |
RenegoInfoExtension.CHRenegotiationInfoConsumer
Network data producer of a "renegotiation_info" extension in
the ServerHello handshake message.
|
private static class |
RenegoInfoExtension.SHRenegotiationInfoConsumer
Network data consumer of a "renegotiation_info" extension in
the ServerHello handshake message.
|
private static class |
ServerNameExtension.CHServerNameConsumer
Network data consumer of a "server_name" extension in the
ClientHello handshake message.
|
private static class |
ServerNameExtension.EEServerNameConsumer
Network data consumer of a "server_name" extension in the
EncryptedExtensions handshake message.
|
private static class |
ServerNameExtension.SHServerNameConsumer
Network data consumer of a "server_name" extension in the
ServerHello handshake message.
|
private static class |
SignatureAlgorithmsExtension.CHSignatureSchemesConsumer
Network data consumer of a "signature_algorithms" extension in
the ClientHello handshake message.
|
private static class |
SignatureAlgorithmsExtension.CRSignatureSchemesConsumer
Network data consumer of a "signature_algorithms" extension in
the CertificateRequest handshake message.
|
private static class |
SupportedGroupsExtension.CHSupportedGroupsConsumer
Network data producer of a "supported_groups" extension in
the ClientHello handshake message.
|
private static class |
SupportedGroupsExtension.EESupportedGroupsConsumer |
private static class |
SupportedVersionsExtension.CHSupportedVersionsConsumer
Network data consumer of a "supported_versions" extension in ClientHello.
|
private static class |
SupportedVersionsExtension.HRRSupportedVersionsConsumer
Network data consumer of a "supported_versions" extension in
HelloRetryRequest.
|
private static class |
SupportedVersionsExtension.SHSupportedVersionsConsumer
Network data consumer of a "supported_versions" extension in ServerHello.
|
| 构造器和说明 |
|---|
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.