FileDocCategorySizeDatePackage
SecureMessageServiceClientFactory.javaAPI DocAzureus 3.0.3.41486Thu Feb 09 19:42:44 GMT 2006com.aelitis.azureus.core.clientmessageservice.secure

SecureMessageServiceClientFactory

public class SecureMessageServiceClientFactory extends Object

Fields Summary
Constructors Summary
Methods Summary
public static SecureMessageServiceClientcreate(java.lang.String host, int port, int timeout_secs, java.security.interfaces.RSAPublicKey key, SecureMessageServiceClientAdapter adapter)

		return( new SecureMessageServiceClientImpl(host, port, timeout_secs, key, adapter));