public final class AdminRMISSLClientSocketFactoryEnvImpl extends Object implements AdminRMISSLClientSocketFactoryEnv
Not for public use
Class which encapsulates knowledge of how to exchange data between the
RMISSLClientSocketFactory stub and the JVM into which it gets downloaded.
The client code configures this class so the RMI client stub may obtain
any environmental overrides, thus enabling the client to control how the RMI
stub behaves.
This class is global for all outgoing connections for RMI.
// important for server side to have these in place, or they
// will look for a truststore
mTrustManagers = new TrustManager[0];
mValues = new HashMap<String,Object>();