Documentation for this section has not yet been entered.
Type Reason Java.Security.NoSuchAlgorithmException if there is a problem creating the default instance. Java.Lang.NullPointerException on a null argument
Get method documentation [Android Documentation]
Returns the default SSLContext.
The default SSL context can be set with SSLContext.Default. If
not, one will be created with SSLContext.getInstance("Default"), which will already be
initialized.
Set method documentation [Android Documentation]
Sets the default SSLContext instance as returned by SSLContext.Default to a non-null initialized value.