TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.security
Class SecureClient

java.lang.Object
  extended by org.eclipse.hyades.execution.security.SecureClient

public final class SecureClient
extends java.lang.Object


Constructor Summary
SecureClient()
           
 
Method Summary
 javax.net.ssl.SSLSocket getSocket()
           
 void init(ISecureClientParameters params, java.lang.String host, int port)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureClient

public SecureClient()
Method Detail

init

public void init(ISecureClientParameters params,
                 java.lang.String host,
                 int port)
          throws java.security.KeyStoreException,
                 java.security.NoSuchAlgorithmException,
                 java.security.UnrecoverableKeyException,
                 java.security.KeyManagementException,
                 java.security.cert.CertificateException,
                 java.io.IOException
Throws:
java.security.KeyStoreException
java.security.NoSuchAlgorithmException
java.security.UnrecoverableKeyException
java.security.KeyManagementException
java.security.cert.CertificateException
java.io.IOException

getSocket

public javax.net.ssl.SSLSocket getSocket()

TPTP 4.6.0 Platform Project
Public API Specification