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
Modifier and Type Method Description @NotNull X509CertificategetCertificate()@NotNull X509Certificate[]getCertificateChain()@NotNull StringgetCipherSuite()@NotNull StringgetProtocol()
-
Method Details
-
getCertificate
- Returns:
- The certificate.
- Since:
- 4.0.0, CE 2019.1
-
getCertificateChain
- Returns:
- The certificate chain.
- Since:
- 4.0.0, CE 2019.1
-
getCipherSuite
- Returns:
- The cipher suite.
- Since:
- 4.0.0, CE 2019.1
-
getProtocol
- Returns:
- The protocol.
- Since:
- 4.0.0, CE 2019.1
-