Interface TlsInformation
-
@DoNotImplement public interface TlsInformation
The TLS information contains specific data about the TLS connection, should the client use TLS.- Since:
- 4.0.0, CE 2019.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull X509CertificategetCertificate()@NotNull X509Certificate[]getCertificateChain()@NotNull StringgetCipherSuite()@NotNull StringgetProtocol()
-
-
-
Method Detail
-
getCertificate
@NotNull X509Certificate getCertificate()
- Returns:
- The certificate.
- Since:
- 4.0.0, CE 2019.1
-
getCertificateChain
@NotNull X509Certificate[] getCertificateChain()
- Returns:
- The certificate chain.
- Since:
- 4.0.0, CE 2019.1
-
-