com.aelitis.azureus.core.clientmessageservice.secure
Class SecureMessageServiceClientFactory

java.lang.Object
  extended by com.aelitis.azureus.core.clientmessageservice.secure.SecureMessageServiceClientFactory

public class SecureMessageServiceClientFactory
extends Object


Constructor Summary
SecureMessageServiceClientFactory()
           
 
Method Summary
static SecureMessageServiceClient create(String host, int port, int timeout_secs, RSAPublicKey key, SecureMessageServiceClientAdapter adapter)
          Used by the SMS plugin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureMessageServiceClientFactory

public SecureMessageServiceClientFactory()
Method Detail

create

public static SecureMessageServiceClient create(String host,
                                                int port,
                                                int timeout_secs,
                                                RSAPublicKey key,
                                                SecureMessageServiceClientAdapter adapter)
Used by the SMS plugin.