android Programming Glossary: assertionerror
How to create a BKS (BouncyCastle) format Java Keystore that contains a client certificate chain http://stackoverflow.com/questions/4065379/how-to-create-a-bks-bouncycastle-format-java-keystore-that-contains-a-client-c return sf catch Exception e throw new AssertionError e How to invoke the above code in your Activity class DefaultHttpClient..
Apache HttpClient on Android producing CertPathValidatorException (IssuerName != SubjectName) http://stackoverflow.com/questions/4115101/apache-httpclient-on-android-producing-certpathvalidatorexception-issuername return sf catch Exception e throw new AssertionError e private static void maybeCreateHttpClient Context context.. e this should never happen. throw new AssertionError e final HttpPost post new HttpPost THE_URL post.addHeader entity.getContentType..
Getting events from calendar http://stackoverflow.com/questions/5883938/getting-events-from-calendar 3 .equals 0 calendars.add displayName catch AssertionError ex TODO log exception and bail return calendars Hope this helps..
Java 7 language features with Android http://stackoverflow.com/questions/7153989/java-7-language-features-with-android in ConcurrentModificationException LinkageError and AssertionError The static .compare methods for primitives Boolean.compare Byte.compare..
ignore ssl errors in DefaultHttpClient http://stackoverflow.com/questions/7229929/ignore-ssl-errors-in-defaulthttpclient new SSLSocketFactory trusted catch Exception e throw new AssertionError e The file in R.raw.mykeystore is a .bks file which I created.. return sslfactory catch Exception e throw new AssertionError e public class MySSLSocketFactory extends SSLSocketFactory..
'No peer certificate' error in Android 2.3 but NOT in 4 http://stackoverflow.com/questions/9574870/no-peer-certificate-error-in-android-2-3-but-not-in-4 return sf catch Exception e throw new AssertionError e And here is the code that instantiates it DefaultHttpClient..
How to create a BKS (BouncyCastle) format Java Keystore that contains a client certificate chain http://stackoverflow.com/questions/4065379/how-to-create-a-bks-bouncycastle-format-java-keystore-that-contains-a-client-c sf.setHostnameVerifier SSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIER return sf catch Exception e throw new AssertionError e How to invoke the above code in your Activity class DefaultHttpClient client new MyHttpClient getApplicationContext HttpResponse..
Apache HttpClient on Android producing CertPathValidatorException (IssuerName != SubjectName) http://stackoverflow.com/questions/4115101/apache-httpclient-on-android-producing-certpathvalidatorexception-issuername sf.setHostnameVerifier SSLSocketFactory.STRICT_HOSTNAME_VERIFIER return sf catch Exception e throw new AssertionError e private static void maybeCreateHttpClient Context context if mHttpClient null mHttpClient new MyHttpClient context final.. entity new UrlEncodedFormEntity params catch final UnsupportedEncodingException e this should never happen. throw new AssertionError e final HttpPost post new HttpPost THE_URL post.addHeader entity.getContentType post.addHeader User Agent USER_AGENT post.setEntity..
Getting events from calendar http://stackoverflow.com/questions/5883938/getting-events-from-calendar
Java 7 language features with Android http://stackoverflow.com/questions/7153989/java-7-language-features-with-android library features are also revealed Exception chaining constructors in ConcurrentModificationException LinkageError and AssertionError The static .compare methods for primitives Boolean.compare Byte.compare Short.compare Character.compare Integer.compare..
ignore ssl errors in DefaultHttpClient http://stackoverflow.com/questions/7229929/ignore-ssl-errors-in-defaulthttpclient in mypassword .toCharArray finally in.close return new SSLSocketFactory trusted catch Exception e throw new AssertionError e The file in R.raw.mykeystore is a .bks file which I created with Portecle I make a new bks and imported the stored pem.. SSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIER return sslfactory catch Exception e throw new AssertionError e public class MySSLSocketFactory extends SSLSocketFactory SSLContext sslContext SSLContext.getInstance TLS public MySSLSocketFactory..
'No peer certificate' error in Android 2.3 but NOT in 4 http://stackoverflow.com/questions/9574870/no-peer-certificate-error-in-android-2-3-but-not-in-4 sf.setHostnameVerifier SSLSocketFactory.STRICT_HOSTNAME_VERIFIER return sf catch Exception e throw new AssertionError e And here is the code that instantiates it DefaultHttpClient client new MyHttpClient getApplicationContext HttpPost post..
|