org.xtreemos.wp35.cda
Class CdaServer

java.lang.Object
  extended by org.xtreemos.wp35.cda.CdaServer
All Implemented Interfaces:
java.lang.Runnable

public class CdaServer
extends java.lang.Object
implements java.lang.Runnable

Author:
ijj

Constructor Summary
CdaServer(int port, java.lang.String[] cipherSuite, java.security.cert.X509Certificate cdaCert, java.security.PrivateKey cdaKey, java.lang.String signatureAlgorithm)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdaServer

public CdaServer(int port,
                 java.lang.String[] cipherSuite,
                 java.security.cert.X509Certificate cdaCert,
                 java.security.PrivateKey cdaKey,
                 java.lang.String signatureAlgorithm)
          throws java.io.IOException,
                 java.lang.Exception
Throws:
java.io.IOException
java.lang.Exception
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

main

public static void main(java.lang.String[] args)