static final class CertificateAuthoritiesExtension.CertificateAuthoritiesSpec extends Object implements SSLExtension.SSLExtensionSpec
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) List<byte[]> |
authorities |
| 限定符 | 构造器和说明 |
|---|---|
private |
CertificateAuthoritiesSpec(ByteBuffer m) |
private |
CertificateAuthoritiesSpec(List<byte[]> authorities) |
final List<byte[]> authorities
private CertificateAuthoritiesSpec(List<byte[]> authorities)
private CertificateAuthoritiesSpec(ByteBuffer m) throws IOException
IOExceptionprivate static List<byte[]> getEncodedAuthorities(X509Certificate[] trustedCerts)
X500Principal[] getAuthorities()
Copyright © 2023. All rights reserved.