| 程序包 | 说明 |
|---|---|
| org.openeuler.sun.security.ssl |
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) SSLHandshake |
SSLExtension.handshakeType |
| 限定符和类型 | 方法和说明 |
|---|---|
SSLHandshake[] |
X509Authentication.getRelatedHandshakers(HandshakeContext handshakeContext) |
SSLHandshake[] |
SSLKeyExchange.getRelatedHandshakers(HandshakeContext handshakeContext) |
SSLHandshake[] |
SSLKeyExchange.T12KeyAgreement.getRelatedHandshakers(HandshakeContext handshakeContext) |
SSLHandshake[] |
SSLKeyExchange.GMTLSKeyAgreement.getRelatedHandshakers(HandshakeContext handshakeContext) |
default SSLHandshake[] |
SSLHandshakeBinding.getRelatedHandshakers(HandshakeContext handshakeContext) |
SSLHandshake[] |
GMX509Authentication.getRelatedHandshakers(HandshakeContext handshakeContext) |
(专用程序包) abstract SSLHandshake |
SSLHandshake.HandshakeMessage.handshakeType() |
SSLHandshake |
SM2ServerKeyExchange.SM2ServerKeyExchangeMessage.handshakeType() |
SSLHandshake |
SM2ClientKeyExchange.SM2ClientKeyExchangeMessage.handshakeType() |
SSLHandshake |
ServerHelloDone.ServerHelloDoneMessage.handshakeType() |
SSLHandshake |
ServerHello.ServerHelloMessage.handshakeType() |
(专用程序包) SSLHandshake |
RSAServerKeyExchange.RSAServerKeyExchangeMessage.handshakeType() |
SSLHandshake |
RSAClientKeyExchange.RSAClientKeyExchangeMessage.handshakeType() |
(专用程序包) SSLHandshake |
PreSharedKeyExtension.PartialClientHelloMessage.handshakeType() |
SSLHandshake |
NewSessionTicket.NewSessionTicketMessage.handshakeType() |
(专用程序包) SSLHandshake |
KrbClientKeyExchange.KrbClientKeyExchangeMessage.handshakeType() |
SSLHandshake |
KeyUpdate.KeyUpdateMessage.handshakeType() |
SSLHandshake |
HelloRequest.HelloRequestMessage.handshakeType() |
SSLHandshake |
Finished.FinishedMessage.handshakeType() |
(专用程序包) SSLHandshake |
EncryptedExtensions.EncryptedExtensionsMessage.handshakeType() |
SSLHandshake |
ECDHServerKeyExchange.ECDHServerKeyExchangeMessage.handshakeType() |
SSLHandshake |
ECDHClientKeyExchange.ECDHClientKeyExchangeMessage.handshakeType() |
(专用程序包) SSLHandshake |
ECCServerKeyExchange.ECCServerKeyExchangeMessage.handshakeType() |
SSLHandshake |
ECCClientKeyExchange.ECCClientKeyExchangeMessage.handshakeType() |
SSLHandshake |
DHServerKeyExchange.DHServerKeyExchangeMessage.handshakeType() |
SSLHandshake |
DHClientKeyExchange.DHClientKeyExchangeMessage.handshakeType() |
SSLHandshake |
ClientHello.ClientHelloMessage.handshakeType() |
SSLHandshake |
CertificateVerify.S30CertificateVerifyMessage.handshakeType() |
SSLHandshake |
CertificateVerify.T10CertificateVerifyMessage.handshakeType() |
SSLHandshake |
CertificateVerify.GMTlsCertificateVerifyMessage.handshakeType() |
SSLHandshake |
CertificateVerify.T12CertificateVerifyMessage.handshakeType() |
SSLHandshake |
CertificateVerify.T13CertificateVerifyMessage.handshakeType() |
SSLHandshake |
CertificateStatus.CertificateStatusMessage.handshakeType() |
SSLHandshake |
CertificateRequest.T10CertificateRequestMessage.handshakeType() |
SSLHandshake |
CertificateRequest.GMTlsCertificateRequestMessage.handshakeType() |
SSLHandshake |
CertificateRequest.T12CertificateRequestMessage.handshakeType() |
(专用程序包) SSLHandshake |
CertificateRequest.T13CertificateRequestMessage.handshakeType() |
SSLHandshake |
CertificateMessage.T12CertificateMessage.handshakeType() |
SSLHandshake |
CertificateMessage.T13CertificateMessage.handshakeType() |
SSLHandshake |
CertificateMessage.GMTLSCertificateMessage.handshakeType() |
static SSLHandshake |
SSLHandshake.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SSLHandshake[] |
SSLHandshake.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) SSLExtension[] |
SSLConfiguration.getEnabledExtensions(SSLHandshake handshakeType)
Get the enabled extensions for the specific handshake message.
|
(专用程序包) SSLExtension[] |
SSLConfiguration.getEnabledExtensions(SSLHandshake handshakeType,
List<ProtocolVersion> activeProtocols)
Get the enabled extensions for the specific handshake message
and the specific protocol versions.
|
(专用程序包) SSLExtension[] |
SSLConfiguration.getEnabledExtensions(SSLHandshake handshakeType,
ProtocolVersion protocolVersion)
Get the enabled extensions for the specific handshake message
and the specific protocol version.
|
(专用程序包) SSLExtension[] |
SSLConfiguration.getExclusiveExtensions(SSLHandshake handshakeType,
List<SSLExtension> excluded)
Get the enabled extensions for the specific handshake message, excluding
the specified extensions.
|
(专用程序包) static SSLExtension |
SSLExtension.valueOf(SSLHandshake handshakeType,
int extensionType) |
| 构造器和说明 |
|---|
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.