Uses of Class
org.glassfish.admin.mbeanserver.ssl.SSLParams
-
Packages that use SSLParams Package Description org.glassfish.admin.mbeanserver.ssl -
-
Uses of SSLParams in org.glassfish.admin.mbeanserver.ssl
Methods in org.glassfish.admin.mbeanserver.ssl with parameters of type SSLParams Modifier and Type Method Description SSLContextSSLClientConfigurator. configure(SSLParams sslParams)This method creates an SSLContext based on the default provider and then created TrustManagers, KeyManagers and initializes the SSLContext with the TrustManager, KeyManagervoidSSLClientConfigurator. setSSLParams(SSLParams sslParams)Constructors in org.glassfish.admin.mbeanserver.ssl with parameters of type SSLParams Constructor Description SecureRMIClientSocketFactory(SSLParams sslParams, InetAddress addr)
-