• Alex Klyubin's avatar
    Leave SSLParametersImpl.getDefaultX509TrustManager public. · 4a4a74e8
    Alex Klyubin authored
    I renamed this method from getDefaultTrustManager to
    getDefaultX509TrustManager and erroneously made it private in
    8d63ff13. I missed the fact that
    it's being used from framework's
    android.net.http.CertificateChainValidator.
    
    This CL reverts this method to being public again.
    
    Bug: 13563574
    Change-Id: I601c651d631f5a2e4a04d21941186553988e5286
    4a4a74e8
SSLParametersImpl.java 15.7 KB