Class ECDSACredentialsTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.bouncycastle.jsse.provider.test.ECDSACredentialsTest
-
- All Implemented Interfaces:
junit.framework.Test
public class ECDSACredentialsTest extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description ECDSACredentialsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
setUp()
protected void
tearDown()
void
test12_brainpoolP256r1()
void
test12_brainpoolP384r1()
void
test12_brainpoolP512r1()
void
test12_secp256r1()
void
test12_secp384r1()
void
test12_secp521r1()
void
test13_brainpoolP256r1tls13()
void
test13_brainpoolP384r1tls13()
void
test13_brainpoolP512r1tls13()
void
test13_secp256r1()
void
test13_secp384r1()
void
test13_secp521r1()
-
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, toString
-
-
-
-
Method Detail
-
setUp
protected void setUp()
- Overrides:
setUp
in classjunit.framework.TestCase
-
tearDown
protected void tearDown()
- Overrides:
tearDown
in classjunit.framework.TestCase
-
test12_brainpoolP256r1
public void test12_brainpoolP256r1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
test12_brainpoolP384r1
public void test12_brainpoolP384r1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
test12_brainpoolP512r1
public void test12_brainpoolP512r1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
test12_secp256r1
public void test12_secp256r1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
test12_secp384r1
public void test12_secp384r1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
test12_secp521r1
public void test12_secp521r1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
test13_brainpoolP256r1tls13
public void test13_brainpoolP256r1tls13() throws java.lang.Exception
- Throws:
java.lang.Exception
-
test13_brainpoolP384r1tls13
public void test13_brainpoolP384r1tls13() throws java.lang.Exception
- Throws:
java.lang.Exception
-
test13_brainpoolP512r1tls13
public void test13_brainpoolP512r1tls13() throws java.lang.Exception
- Throws:
java.lang.Exception
-
test13_secp256r1
public void test13_secp256r1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
test13_secp384r1
public void test13_secp384r1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
test13_secp521r1
public void test13_secp521r1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-