Class Summary |
SecureClientToolkit |
The SecureClientToolkit class
is used by the client program to lookup a signed proxy from RMI registry
and to verify whether the downloaded proxy is correctly signed by the
trusted public keys. |
SecureServerToolkit |
The SecureServerToolkit class
is used by a server program that provide secure and trusted RMI proxies. |
SignedRemoteObject |
The SignedRemoteObject class stores a SignedObject object and implements
Remote, so that it can be stored in RMI registry. |
SSLRMIClientSocketFactory |
The SSLRMIClientSocketFactory class
is Serializable, implements RMIClientSocketFactory, and produces SSL sockets |
SSLRMIServerSocketFactory |
The SSLRMIServerSocketFactory class
implements RMIServerSocketFactory and produces SSL server sockets. |
TrustStore |
The TrustStore class is essentially a Serializable KeyStore. |