* recursively, since RMI stubs can be trusted by inspection. The
* remoteProxy must implement a getProxyVerifier method as defined by
* the ProxyTrust interface.
*/
private ProxyTrustIterator getProxyTrustIterator() {
return new SingletonProxyTrustIterator(remoteProxy);
}