Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回包含客户端发送的任何证书的 java.security.cert.CertPath 对象。
java.security.cert.CertPath NetworkData.getCertificateChain()
包含标识客户端的 X509 证书的 CertPath;不提供此类证书时,返回空值。
证书全部为 java.security.cert.X509Certificate 对象。
仅当 TLS 方法返回 true,客户端使用“标识”流参数提供证书并且服务器设置了 trusted_certificates 选项时,此方法才会返回非空值。非空 CertPath 值包含证书,顺序为从自签名证书至对等证书。