Interface TlsContext


public interface TlsContext
TLS Context provides components necessary for TLS communication
  • Method Details

    • getProtocol

      String getProtocol()
      Get TLS Protocol
      Returns:
      TLS Protocol
    • getTrustManager

      X509TrustManager getTrustManager()
      Get X.509 Trust Manager
      Returns:
      X.509 Trust Manager
    • getKeyManager

      Optional<X509KeyManager> getKeyManager()
      Get X.509 Key Manager
      Returns:
      X.509 Key Manager or empty when not configured