| 程序包 | 说明 |
|---|---|
| org.openeuler.sun.security.ssl |
| 限定符和类型 | 方法和说明 |
|---|---|
private static Alert |
CertificateMessage.T12CertificateConsumer.getCertificateAlert(ClientHandshakeContext chc,
CertificateException cexc)
When a failure happens during certificate checking from an
X509TrustManager, determine what TLS alert description
to use. |
private static Alert |
CertificateMessage.T13CertificateConsumer.getCertificateAlert(ClientHandshakeContext chc,
CertificateException cexc)
When a failure happens during certificate checking from an
X509TrustManager, determine what TLS alert description
to use. |
private static Alert |
CertificateMessage.GMTLSCertificateConsumer.getCertificateAlert(ClientHandshakeContext chc,
CertificateException cexc)
When a failure happens during certificate checking from an
X509TrustManager, determine what TLS alert description
to use. |
(专用程序包) static Alert |
Alert.valueOf(byte id) |
static Alert |
Alert.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Alert[] |
Alert.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) SSLException |
TransportContext.fatal(Alert alert,
String diagnostic) |
(专用程序包) SSLException |
TransportContext.fatal(Alert alert,
String diagnostic,
boolean recvFatalAlert,
Throwable cause) |
(专用程序包) SSLException |
TransportContext.fatal(Alert alert,
String diagnostic,
Throwable cause) |
(专用程序包) SSLException |
TransportContext.fatal(Alert alert,
Throwable cause) |
(专用程序包) void |
TransportContext.warning(Alert alert) |
Copyright © 2023. All rights reserved.