Skip to content

Java SSL client not selecting a smartcard key

I’m trying to use an Estonian ID card for SSL client authentication in a java program. This works in Chrome/Firefox against both banking sites and test servers (nginx or openssl s_server). However my Java client (okhttp) works fine for a local keystore and fails when trying to use the ID card. I’v…

Android: Redirect to another Activity after delay

So I am developing a simple app for a college project, And I have been able to integrate a Facebook login using fragments. But I now am stuck trying to redirect the user after they login. I simply want to redirect them to the second activity page Here is my code for the Facebook login success Answer To make a

MongoDB trying to connect to localhost, Why?

I am currently developing a Java application connected to a remote MongoDB databse. I have implemented the authentication methods fallowing the mongo guides: The app connect properly to the database but there is a thing i can’t understand.It connects well to the remote server,but I don’t know why …

error package android.support.design.widget does not exist

when i try to build my android project i get this errors Error:(8, 37) error: package android.support.design.widget does not exist Error:(18, 9) error: cannot find symbol class TabLayout Error:(18, 32) error: cannot find symbol class TabLayout Error:(21, 33) error: cannot find symbol variable TabLayout Error:…