Class NoAuthentication

  • All Implemented Interfaces:
    HTTPSTrustManager, TrustManager, X509TrustManager

    public class NoAuthentication
    extends Object
    implements HTTPSTrustManager
    This class represents a Dummy trust manager used when we are not interested in authentication. No checks are performed over certificates sent during the protocol handshaking. Several attacks can be performed if we use this trust manager, be very careful in using it.
    Author:
    Joan Ametller Esquerra