Loading api/current.xml +3 −3 Original line number Diff line number Diff line Loading @@ -117430,7 +117430,7 @@ type="android.net.http.SslCertificate" static="false" final="false" deprecated="not deprecated" deprecated="deprecated" visibility="public" > <parameter name="issuedTo" type="java.lang.String"> Loading Loading @@ -237424,7 +237424,7 @@ deprecated="not deprecated" visibility="public" > <parameter name="s" type="java.lang.String"> <parameter name="key" type="java.lang.String"> </parameter> </method> <method name="describeContents" Loading Loading @@ -237459,7 +237459,7 @@ deprecated="not deprecated" visibility="public" > <parameter name="s" type="java.lang.String"> <parameter name="key" type="java.lang.String"> </parameter> </method> <method name="getIconResId" core/java/android/net/http/SslCertificate.java +3 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ public class SslCertificate { * @param issuedBy The entity that issued this certificate * @param validNotBefore The not-before date from the certificate validity period in ISO 8601 format * @param validNotAfter The not-after date from the certificate validity period in ISO 8601 format * @deprecated Use {@link #SslCertificate(String, String, Date, Date)} * @deprecated Use {@link #SslCertificate(X509Certificate)} */ @Deprecated public SslCertificate( Loading @@ -124,7 +124,9 @@ public class SslCertificate { * @param issuedBy The entity that issued this certificate * @param validNotBefore The not-before date from the certificate validity period * @param validNotAfter The not-after date from the certificate validity period * @deprecated Use {@link #SslCertificate(X509Certificate)} */ @Deprecated public SslCertificate( String issuedTo, String issuedBy, Date validNotBefore, Date validNotAfter) { mIssuedTo = new DName(issuedTo); Loading Loading
api/current.xml +3 −3 Original line number Diff line number Diff line Loading @@ -117430,7 +117430,7 @@ type="android.net.http.SslCertificate" static="false" final="false" deprecated="not deprecated" deprecated="deprecated" visibility="public" > <parameter name="issuedTo" type="java.lang.String"> Loading Loading @@ -237424,7 +237424,7 @@ deprecated="not deprecated" visibility="public" > <parameter name="s" type="java.lang.String"> <parameter name="key" type="java.lang.String"> </parameter> </method> <method name="describeContents" Loading Loading @@ -237459,7 +237459,7 @@ deprecated="not deprecated" visibility="public" > <parameter name="s" type="java.lang.String"> <parameter name="key" type="java.lang.String"> </parameter> </method> <method name="getIconResId"
core/java/android/net/http/SslCertificate.java +3 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ public class SslCertificate { * @param issuedBy The entity that issued this certificate * @param validNotBefore The not-before date from the certificate validity period in ISO 8601 format * @param validNotAfter The not-after date from the certificate validity period in ISO 8601 format * @deprecated Use {@link #SslCertificate(String, String, Date, Date)} * @deprecated Use {@link #SslCertificate(X509Certificate)} */ @Deprecated public SslCertificate( Loading @@ -124,7 +124,9 @@ public class SslCertificate { * @param issuedBy The entity that issued this certificate * @param validNotBefore The not-before date from the certificate validity period * @param validNotAfter The not-after date from the certificate validity period * @deprecated Use {@link #SslCertificate(X509Certificate)} */ @Deprecated public SslCertificate( String issuedTo, String issuedBy, Date validNotBefore, Date validNotAfter) { mIssuedTo = new DName(issuedTo); Loading