Class SecureSocketInfo

java.lang.Object
com.pnfsoftware.jeb.util.net.SecureSocketInfo

public class SecureSocketInfo extends Object
SSL information object, including the SSL context, X509 certificates manager, and hostname verifier. This object may be used to customize a Net instance.
  • Constructor Details

    • SecureSocketInfo

      public SecureSocketInfo(SSLContext sslContext, X509TrustManager trustManager, HostnameVerifier hostnameVerifier)
      Parameters:
      sslContext - mandatory
      trustManager - optional
      hostnameVerifier - optional
  • Method Details