Package org.bouncycastle.crypto.tls.test
Class BasicTlsTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.crypto.tls.test.BasicTlsTest
-
public class BasicTlsTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description BasicTlsTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isSufficientVMVersion(java.lang.String vmVersion)
static void
main(java.lang.String[] args)
static TestSuite
suite()
void
testConnection()
void
testRSAConnectionClient()
-
-
-
Method Detail
-
isSufficientVMVersion
protected boolean isSufficientVMVersion(java.lang.String vmVersion)
-
testConnection
public void testConnection() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRSAConnectionClient
public void testRSAConnectionClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
suite
public static TestSuite suite()
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-