• Alex Klyubin's avatar
    Stop depending on SSLContextImpl in OpenSSLContextImpl. · 680ce427
    Alex Klyubin authored
    SSLContextImpl is the HarmonyJSSE provider's SSLContext SPI.
    OpenSSLContextImpl is the AndroidOpenSSL provider's SSLContext SPI.
    This CL adjusts the class hierarchy to match.
    
    This is achieved by:
    1. copying all of the functionality from SSLContextImpl into
      OpenSSLContextImpl, and
    2. removing from SSLContextImpl the functionality used only by the
      default instance of AndroidOpenSSL provider's SSLContext.
    
    Change-Id: I9e380be04e6a9a1660c3e6c0738ca026c171f4bd
    680ce427
OpenSSLContextImpl.java 4.98 KB