Class StrongAuthentication

  • All Implemented Interfaces:
    HTTPSTrustManager, TrustManager, X509TrustManager

    public class StrongAuthentication
    extends Object
    implements HTTPSTrustManager
    This Trust manager authenticates certificates issued by official Top level Certification Authorities. The certificate list containing Certification Authorities certificates is located at JAVA_HOME/jre/lib/security/cacerts. This file is a java KeyStore file. Certificate list can be listed using the following command: keytool -list -keystore JAVA_HOME/jre/lib/security/cacerts where JAVA_HOME is the path where java SDK is installed.
    Author:
    Joan Ametller Esquerra