Uses of Class
org.glassfish.admin.mbeanserver.ssl.SSLParams
Packages that use SSLParams
-
Uses of SSLParams in org.glassfish.admin.mbeanserver.ssl
Methods in org.glassfish.admin.mbeanserver.ssl with parameters of type SSLParamsModifier and TypeMethodDescriptionThis 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 SSLParamsModifierConstructorDescriptionSecureRMIClientSocketFactory(SSLParams sslParams, InetAddress addr)