Uses of Class
com.sas.net.ssl.SSLRMIConfigurationException

Packages that use SSLRMIConfigurationException
com.sas.net.ssl The com.sas.net.ssl package provides networking components dealing with Java remote objects and a capability to secure their RMI communications using the Java Secure Socket Extension (JSSE) API
 

Uses of SSLRMIConfigurationException in com.sas.net.ssl
 

Methods in com.sas.net.ssl that throw SSLRMIConfigurationException
 void SSLRMIConfiguration.setDefaultRMIClientSocketFactory(java.rmi.server.RMIClientSocketFactory rmiClientSocketFactory)
          Sets the RMI server socket factory.
 void SSLRMIConfiguration.setDefaultRMIServerSocketFactory(java.rmi.server.RMIServerSocketFactory rmiServerSocketFactory)
          Sets the RMI server socket factory.
 void SSLRMIConfiguration.updateSelectionPolicy(java.io.InputStream selectionControlInputStream)
          Specifies the properties that should be used to control whether or not a class should use a custom RMI socket factory.
 void SSLRMIConfiguration.updateSelectionPolicy(java.util.Properties selectionControlProperties)
          Specifies the properties that should be used to control whether or not a class should use a custom RMI socket factory.
 

Constructors in com.sas.net.ssl that throw SSLRMIConfigurationException
SSLRMIConfiguration(java.io.InputStream configurationInputStream)
          Constructs an SSL configuration considering the values specified in the properties file as well as the system environment.
SSLRMIConfiguration(java.util.Properties configurationProperties)
          Constructs an SSL configuration considering the values specified in the properties file as well as the system environment.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.