模块  java.base
软件包  javax.net.ssl

Class SSLPeerUnverifiedException

  • 实现的所有接口
    Serializable

    public class SSLPeerUnverifiedException
    extends SSLException
    表示未验证对等方的身份。

    当对等方无法识别自身时(例如,没有证书,正在使用的特定密码套件不支持身份验证,或者在SSL握手期间未建立对等身份验证),将抛出此异常。

    从以下版本开始:
    1.4
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • SSLPeerUnverifiedException

        public SSLPeerUnverifiedException​(String reason)
        构造一个异常,报告尚未验证SSL对等方的身份。
        参数
        reason - describes the problem.