Bouncy Castle Cryptography 1.51

org.bouncycastle.crypto.tls.test
Class DTLSTestCase

java.lang.Object
  extended by TestCase
      extended by org.bouncycastle.crypto.tls.test.DTLSTestCase

public class DTLSTestCase
extends TestCase


Field Summary
protected  TlsTestConfig config
           
 
Constructor Summary
DTLSTestCase(TlsTestConfig config, java.lang.String name)
           
 
Method Summary
protected  void logException(java.lang.Exception e)
           
protected  void runTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

protected final TlsTestConfig config
Constructor Detail

DTLSTestCase

public DTLSTestCase(TlsTestConfig config,
                    java.lang.String name)
Method Detail

runTest

protected void runTest()
                throws java.lang.Throwable
Throws:
java.lang.Throwable

logException

protected void logException(java.lang.Exception e)

Bouncy Castle Cryptography 1.51