Bouncy Castle Cryptography 1.51

org.bouncycastle.crypto.tls.test
Class DTLSClientTest

java.lang.Object
  extended by org.bouncycastle.crypto.tls.test.DTLSClientTest

public class DTLSClientTest
extends java.lang.Object

A simple test designed to conduct a DTLS handshake with an external DTLS server.

Please refer to GnuTLSSetup.txt or OpenSSLSetup.txt, and x509-*.pem files in this package for help configuring an external DTLS server.


Constructor Summary
DTLSClientTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTLSClientTest

public DTLSClientTest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

Bouncy Castle Cryptography 1.51