Package org.bouncycastle.tls.test
Class TlsRawKeysProtocolTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.bouncycastle.tls.test.TlsRawKeysProtocolTest
-
- All Implemented Interfaces:
junit.framework.Test
public class TlsRawKeysProtocolTest extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description TlsRawKeysProtocolTest()
-
Method Summary
-
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
-
-
-
-
Method Detail
-
testClientSendsExtensionButServerDoesNotSupportIt
public void testClientSendsExtensionButServerDoesNotSupportIt() throws java.lang.Exception- Throws:
java.lang.Exception
-
testClientSendsExtensionButServerDoesNotSupportIt_13
public void testClientSendsExtensionButServerDoesNotSupportIt_13() throws java.lang.Exception- Throws:
java.lang.Exception
-
testExtensionsAreOmittedIfSpecifiedButOnlyContainX509
public void testExtensionsAreOmittedIfSpecifiedButOnlyContainX509() throws java.lang.Exception- Throws:
java.lang.Exception
-
testExtensionsAreOmittedIfSpecifiedButOnlyContainX509_13
public void testExtensionsAreOmittedIfSpecifiedButOnlyContainX509_13() throws java.lang.Exception- Throws:
java.lang.Exception
-
testBothSidesUseRawKey
public void testBothSidesUseRawKey() throws java.lang.Exception- Throws:
java.lang.Exception
-
testBothSidesUseRawKey_13
public void testBothSidesUseRawKey_13() throws java.lang.Exception- Throws:
java.lang.Exception
-
testServerUsesRawKeyAndClientIsAnonymous
public void testServerUsesRawKeyAndClientIsAnonymous() throws java.lang.Exception- Throws:
java.lang.Exception
-
testServerUsesRawKeyAndClientIsAnonymous_13
public void testServerUsesRawKeyAndClientIsAnonymous_13() throws java.lang.Exception- Throws:
java.lang.Exception
-
testServerUsesRawKeyAndClientUsesX509
public void testServerUsesRawKeyAndClientUsesX509() throws java.lang.Exception- Throws:
java.lang.Exception
-
testServerUsesRawKeyAndClientUsesX509_13
public void testServerUsesRawKeyAndClientUsesX509_13() throws java.lang.Exception- Throws:
java.lang.Exception
-
testServerUsesX509AndClientUsesRawKey
public void testServerUsesX509AndClientUsesRawKey() throws java.lang.Exception- Throws:
java.lang.Exception
-
testServerUsesX509AndClientUsesRawKey_13
public void testServerUsesX509AndClientUsesRawKey_13() throws java.lang.Exception- Throws:
java.lang.Exception
-
testClientSendsClientCertExtensionButServerHasNoCommonTypes
public void testClientSendsClientCertExtensionButServerHasNoCommonTypes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testClientSendsClientCertExtensionButServerHasNoCommonTypes_13
public void testClientSendsClientCertExtensionButServerHasNoCommonTypes_13() throws java.lang.Exception- Throws:
java.lang.Exception
-
testClientSendsServerCertExtensionButServerHasNoCommonTypes
public void testClientSendsServerCertExtensionButServerHasNoCommonTypes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testClientSendsServerCertExtensionButServerHasNoCommonTypes_13
public void testClientSendsServerCertExtensionButServerHasNoCommonTypes_13() throws java.lang.Exception- Throws:
java.lang.Exception
-
-