diff --git a/docs/xml/Org.Apache.Http.Conn.Ssl/AbstractVerifier.xml b/docs/xml/Org.Apache.Http.Conn.Ssl/AbstractVerifier.xml index bdcc8c00e..dd9f2f649 100644 --- a/docs/xml/Org.Apache.Http.Conn.Ssl/AbstractVerifier.xml +++ b/docs/xml/Org.Apache.Http.Conn.Ssl/AbstractVerifier.xml @@ -55,11 +55,7 @@ Java documentation for org.apache.http.conn.ssl.AbstractVerifier. - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -88,7 +84,7 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -112,7 +108,7 @@ A indicating how to handle A constructor used when creating managed representations of JNI objects; called by the runtime. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -143,12 +139,11 @@ - To be added. - - - To be added. + The common name to evaluate. + Determines whether a wildcard is allowed for a country-code domain. + true when the common name is not a prohibited two-level country-code wildcard; otherwise, false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -190,11 +185,7 @@ Java documentation for org.apache.http.conn.ssl.AbstractVerifier.countDots(java.lang.String). - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -232,12 +223,11 @@ - To be added. - - - To be added. + The certificate from which to extract common names. + Extracts the common names from a certificate subject. + The extracted common names, or null when the subject contains none. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -291,11 +281,7 @@ Java documentation for org.apache.http.conn.ssl.AbstractVerifier.getDNSSubjectAlts(java.security.cert.X509Certificate). - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -331,10 +317,10 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Provides access to JNI peer-member metadata for this type. + The JNI peer-member metadata for this type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -365,7 +351,7 @@ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. A which contains the java.lang.Class JNI value corresponding to this type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -400,7 +386,7 @@ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. A which provides the declaring type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -435,12 +421,11 @@ - To be added. - To be added. - - + The hostname to verify. + The certificate whose names are verified. + Verifies a hostname against the names in an X.509 certificate. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -481,9 +466,9 @@ the SSL session of the connection. Verifies that the specified hostname is allowed within the specified SSL session. - To be added. + true if the hostname matches the certificate presented by the session; otherwise, false. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -519,12 +504,11 @@ - To be added. - To be added. - - + The hostname to verify. + The SSL socket whose peer certificate is verified. + Verifies a hostname against the peer certificate of an SSL socket. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -594,11 +578,7 @@ Java documentation for org.apache.http.conn.ssl.X509HostnameVerifier.verify(java.lang.String, java.lang.String[], java.lang.String[]). - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -646,14 +626,13 @@ - To be added. - To be added. - To be added. - To be added. - - + The hostname to verify. + The common-name fields extracted from the certificate. + The DNS subject-alternative-name fields extracted from the certificate. + true to require wildcard matches at the same subdomain level; otherwise, false. + Verifies a hostname against certificate common names and DNS subject alternative names. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. diff --git a/docs/xml/Org.Apache.Http.Conn.Ssl/AllowAllHostnameVerifier.xml b/docs/xml/Org.Apache.Http.Conn.Ssl/AllowAllHostnameVerifier.xml index f6b1bc95d..6ce861226 100644 --- a/docs/xml/Org.Apache.Http.Conn.Ssl/AllowAllHostnameVerifier.xml +++ b/docs/xml/Org.Apache.Http.Conn.Ssl/AllowAllHostnameVerifier.xml @@ -39,11 +39,7 @@ Java documentation for org.apache.http.conn.ssl.AllowAllHostnameVerifier. - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -72,7 +68,7 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -96,7 +92,7 @@ A indicating how to handle A constructor used when creating managed representations of JNI objects; called by the runtime. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -124,10 +120,10 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Provides access to JNI peer-member metadata for this type. + The JNI peer-member metadata for this type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -158,7 +154,7 @@ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. A which contains the java.lang.Class JNI value corresponding to this type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -189,7 +185,7 @@ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. A which provides the declaring type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -220,9 +216,9 @@ Returns a string containing a concise, human-readable description of this object. - To be added. + The string ALLOW_ALL. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -270,13 +266,12 @@ - To be added. - To be added. - To be added. - - + The hostname to verify. + The common-name fields extracted from the certificate. + The DNS subject-alternative-name fields extracted from the certificate. + Performs no hostname verification. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. diff --git a/docs/xml/Org.Apache.Http.Conn.Ssl/BrowserCompatHostnameVerifier.xml b/docs/xml/Org.Apache.Http.Conn.Ssl/BrowserCompatHostnameVerifier.xml index ae3899db7..d502063eb 100644 --- a/docs/xml/Org.Apache.Http.Conn.Ssl/BrowserCompatHostnameVerifier.xml +++ b/docs/xml/Org.Apache.Http.Conn.Ssl/BrowserCompatHostnameVerifier.xml @@ -42,11 +42,7 @@ Java documentation for org.apache.http.conn.ssl.BrowserCompatHostnameVerifier. - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -75,7 +71,7 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -99,7 +95,7 @@ A indicating how to handle A constructor used when creating managed representations of JNI objects; called by the runtime. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -127,10 +123,10 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Provides access to JNI peer-member metadata for this type. + The JNI peer-member metadata for this type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -161,7 +157,7 @@ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. A which contains the java.lang.Class JNI value corresponding to this type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -192,7 +188,7 @@ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. A which provides the declaring type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -223,9 +219,9 @@ Returns a string containing a concise, human-readable description of this object. - To be added. + The string BROWSER_COMPATIBLE. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -273,13 +269,12 @@ - To be added. - To be added. - To be added. - - + The hostname to verify. + The common-name fields extracted from the certificate. + The DNS subject-alternative-name fields extracted from the certificate. + Verifies a hostname using browser-compatible wildcard matching. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. diff --git a/docs/xml/Org.Apache.Http.Conn.Ssl/IX509HostnameVerifier.xml b/docs/xml/Org.Apache.Http.Conn.Ssl/IX509HostnameVerifier.xml index fbc2f4526..ca5e42a9b 100644 --- a/docs/xml/Org.Apache.Http.Conn.Ssl/IX509HostnameVerifier.xml +++ b/docs/xml/Org.Apache.Http.Conn.Ssl/IX509HostnameVerifier.xml @@ -54,11 +54,7 @@ Java documentation for org.apache.http.conn.ssl.X509HostnameVerifier. - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -92,7 +88,7 @@ The hostname to verify. - To be added. + The certificate whose names are verified. Checks to see if the supplied hostname matches any of the supplied CNs or "DNS" Subject-Alts. @@ -101,11 +97,7 @@ Java documentation for org.apache.http.conn.ssl.X509HostnameVerifier.verify(java.lang.String, java.lang.String[], java.lang.String[]). - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -146,18 +138,14 @@ the SSL session of the connection. Checks to see if the supplied hostname matches any of the supplied CNs or "DNS" Subject-Alts. - To be added. + true if the hostname is an acceptable match for the server authentication scheme; otherwise, false. Java documentation for org.apache.http.conn.ssl.X509HostnameVerifier.verify(java.lang.String, java.lang.String[], java.lang.String[]). - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -191,7 +179,7 @@ The hostname to verify. - To be added. + The SSL socket whose peer certificate is verified. Checks to see if the supplied hostname matches any of the supplied CNs or "DNS" Subject-Alts. @@ -200,11 +188,7 @@ Java documentation for org.apache.http.conn.ssl.X509HostnameVerifier.verify(java.lang.String, java.lang.String[], java.lang.String[]). - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -271,11 +255,7 @@ Java documentation for org.apache.http.conn.ssl.X509HostnameVerifier.verify(java.lang.String, java.lang.String[], java.lang.String[]). - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. If verification failed. diff --git a/docs/xml/Org.Apache.Http.Conn.Ssl/SSLSocketFactory.xml b/docs/xml/Org.Apache.Http.Conn.Ssl/SSLSocketFactory.xml index 981b362b2..c065359d3 100644 --- a/docs/xml/Org.Apache.Http.Conn.Ssl/SSLSocketFactory.xml +++ b/docs/xml/Org.Apache.Http.Conn.Ssl/SSLSocketFactory.xml @@ -107,11 +107,7 @@ Java documentation for org.apache.http.conn.ssl.SSLSocketFactory. - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -140,7 +136,7 @@ - To be added. + The key store containing trusted server certificates. Creates the default SSL socket factory. @@ -148,11 +144,7 @@ Java documentation for org.apache.http.conn.ssl.SSLSocketFactory.SSLSocketFactory(). - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -186,8 +178,8 @@ - To be added. - To be added. + The key store containing the client private key and certificate. + The password for the private key in . Creates the default SSL socket factory. @@ -195,11 +187,7 @@ Java documentation for org.apache.http.conn.ssl.SSLSocketFactory.SSLSocketFactory(). - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -227,7 +215,7 @@ A indicating how to handle A constructor used when creating managed representations of JNI objects; called by the runtime. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -257,9 +245,9 @@ - To be added. - To be added. - To be added. + The key store containing the client private key and certificate. + The password for the private key in . + The key store containing trusted server certificates. Creates the default SSL socket factory. @@ -267,11 +255,7 @@ Java documentation for org.apache.http.conn.ssl.SSLSocketFactory.SSLSocketFactory(). - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -309,12 +293,12 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The SSL context algorithm, or null to use TLS. + The key store containing the client private key and certificate, or null. + The password for the private key in . + The key store containing trusted server certificates, or null. + The source of randomness for the SSL context, or null. + The host-name resolver used for connections, or null. Creates the default SSL socket factory. @@ -322,11 +306,7 @@ Java documentation for org.apache.http.conn.ssl.SSLSocketFactory.SSLSocketFactory(). - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -361,9 +341,9 @@ - To be added. + An instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -394,9 +374,9 @@ - To be added. + A instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -448,9 +428,9 @@ 0 or a negative number for any additional for connecting Connects a socket to the given host. - To be added. + The connected socket. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -493,7 +473,7 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -526,9 +506,9 @@ Creates a new, unconnected socket. - To be added. + A new, unconnected SSL socket. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -574,9 +554,9 @@ socket is closed Returns a socket connected to the given host that is layered over an existing socket. - To be added. + A socket connected to the host and layered over . - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -607,7 +587,7 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -644,7 +624,7 @@ To be added. To be added. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -678,9 +658,9 @@ - To be added. + The hostname verifier used to verify SSL connections. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -732,11 +712,7 @@ Java documentation for org.apache.http.conn.ssl.SSLSocketFactory.isSecure(java.net.Socket). - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. if the argument is invalid @@ -774,10 +750,10 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Provides access to JNI peer-member metadata for this type. + The JNI peer-member metadata for this type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -814,11 +790,7 @@ Java documentation for org.apache.http.conn.ssl.SSLSocketFactory.getSocketFactory(). - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -854,7 +826,7 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -890,7 +862,7 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -921,9 +893,9 @@ - To be added. + A instance. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -955,7 +927,7 @@ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. A which contains the java.lang.Class JNI value corresponding to this type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -990,7 +962,7 @@ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. A which provides the declaring type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -1025,7 +997,7 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. diff --git a/docs/xml/Org.Apache.Http.Conn.Ssl/StrictHostnameVerifier.xml b/docs/xml/Org.Apache.Http.Conn.Ssl/StrictHostnameVerifier.xml index c43f511b4..c043b2696 100644 --- a/docs/xml/Org.Apache.Http.Conn.Ssl/StrictHostnameVerifier.xml +++ b/docs/xml/Org.Apache.Http.Conn.Ssl/StrictHostnameVerifier.xml @@ -49,11 +49,7 @@ Java documentation for org.apache.http.conn.ssl.StrictHostnameVerifier. - - Portions of this page are modifications based on work created and shared by the - Android Open Source Project - and used according to terms described in the - Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -82,7 +78,7 @@ - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -106,7 +102,7 @@ A indicating how to handle A constructor used when creating managed representations of JNI objects; called by the runtime. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -134,10 +130,10 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Provides access to JNI peer-member metadata for this type. + The JNI peer-member metadata for this type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -168,7 +164,7 @@ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. A which contains the java.lang.Class JNI value corresponding to this type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -199,7 +195,7 @@ This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. A which provides the declaring type. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -230,9 +226,9 @@ Returns a string containing a concise, human-readable description of this object. - To be added. + The string STRICT. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0. @@ -280,13 +276,12 @@ - To be added. - To be added. - To be added. - - + The hostname to verify. + The common-name fields extracted from the certificate. + The DNS subject-alternative-name fields extracted from the certificate. + Verifies a hostname using strict wildcard matching. - Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. + Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0.