public interface SslData
| Modifier and Type | Method and Description |
|---|---|
List<X509Certificate> |
getClientCertificateChain()
Gets the client certificate chain.
|
List<String> |
getSniServerNames()
Gets the SNI server names sent by the client during the SSL/TLS handshake.
|
List<String> getSniServerNames()
List<X509Certificate> getClientCertificateChain()
Copyright 2023 Ping Identity Corp. All rights reserved.