We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aa78f8 + 915fa52 commit fb7ed4fCopy full SHA for fb7ed4f
android/src/main/java/com/ReactNativeBlobUtil/Utils/Tls12SocketFactory.java
@@ -10,10 +10,9 @@
10
11
/**
12
* Enables TLS v1.2 when creating SSLSockets.
13
- * <p/>
14
* For some reason, android supports TLS v1.2 from API 16, but enables it by
15
* default only from API 20.
16
- * @link https://developer.android.com/reference/javax/net/ssl/SSLSocket.html
+ * @see <a href='https://developer.android.com/reference/javax/net/ssl/SSLSocket.html'>Reference on SSLSocket</a>
17
* @see SSLSocketFactory
18
*/
19
public class Tls12SocketFactory extends SSLSocketFactory {
0 commit comments