Commit 2b2e488b authored by Bob Lee's avatar Bob Lee
Browse files

Exposed default trust manager.

parent affecd77
......@@ -431,5 +431,13 @@ public class SSLParameters implements Cloneable {
}
// END android-changed
}
}
/**
* Gets the default trust manager.
*
* TODO: Move this to a published API under dalvik.system.
*/
public static X509TrustManager getDefaultTrustManager() {
return defaultTrustManager;
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment