| 程序包 | 说明 |
|---|---|
| org.openeuler.sun.security.ssl |
| 限定符和类型 | 类和说明 |
|---|---|
private static class |
CertSignAlgsExtension.CHCertSignatureSchemesUpdate
After session creation consuming of a "signature_algorithms_cert"
extension in the ClientHello handshake message.
|
private static class |
CertSignAlgsExtension.CRCertSignatureSchemesUpdate
After session creation consuming of a "signature_algorithms_cert"
extension in the CertificateRequest handshake message.
|
private static class |
ClientHello.GMTLSClientHelloConsumer
The "ClientHello" handshake message consumer for GMTLS
|
private static class |
ClientHello.T12ClientHelloConsumer
The "ClientHello" handshake message consumer for TLS 1.2 and
prior SSL/TLS protocol versions.
|
private static class |
ClientHello.T13ClientHelloConsumer
The "ClientHello" handshake message consumer for TLS 1.3.
|
private static class |
CookieExtension.CHCookieUpdate |
private static class |
MaxFragExtension.EEMaxFragmentLengthUpdate
After session creation consuming of a "max_fragment_length"
extension in the EncryptedExtensions handshake message.
|
private static class |
MaxFragExtension.SHMaxFragmentLengthUpdate
After session creation consuming of a "max_fragment_length"
extension in the ClientHello handshake message.
|
private static class |
PreSharedKeyExtension.CHPreSharedKeyUpdate |
private static class |
ServerHello.GMTLSServerHelloConsumer |
private static class |
ServerHello.T12ServerHelloConsumer |
private static class |
ServerHello.T13HelloRetryRequestConsumer |
private static class |
ServerHello.T13ServerHelloConsumer |
private static class |
SignatureAlgorithmsExtension.CHSignatureSchemesUpdate
After session creation consuming of a "signature_algorithms"
extension in the ClientHello handshake message.
|
private static class |
SignatureAlgorithmsExtension.CRSignatureSchemesUpdate
After session creation consuming of a "signature_algorithms"
extension in the CertificateRequest handshake message.
|
| 构造器和说明 |
|---|
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.