• Alex Klyubin's avatar
    SSLParametersImpl is the source of enabled cipher suites and protocols. · ae2ecac0
    Alex Klyubin authored
    An instance of SSLParametersImpl is associated with SSLContext and is
    then cloned into any SSLSocketFactory, SSLServerSocketFactory,
    SSLSocket, SSLServerSocket, and SSLEngine. This CL ensures that all
    these primitives obtain their list of enabled cipher suites and
    protocols from their instance of SSLParametersImpl.
    
    Bug: 15073623
    Change-Id: I40bf32e8654b299518ec0e77c3218a0790d9c4fd
    ae2ecac0
SSLParametersImpl.java 36.5 KB