Package org.bouncycastle.tls.crypto.test
Class TlsCryptoTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.bouncycastle.tls.crypto.test.TlsCryptoTest
-
- All Implemented Interfaces:
junit.framework.Test
- Direct Known Subclasses:
BcTlsCryptoTest
,JcaTlsCryptoTest
public abstract class TlsCryptoTest extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TlsCryptoTest(TlsCrypto crypto)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testDHDomain()
void
testECDomain()
void
testHKDF()
void
testHKDFExpandLimit()
-
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
-
-
-
-
Field Detail
-
crypto
protected final TlsCrypto crypto
-
-
Constructor Detail
-
TlsCryptoTest
protected TlsCryptoTest(TlsCrypto crypto)
-
-
Method Detail
-
testDHDomain
public void testDHDomain() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testECDomain
public void testECDomain() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testHKDF
public void testHKDF() throws java.io.IOException
- Throws:
java.io.IOException
-
testHKDFExpandLimit
public void testHKDFExpandLimit()
-
-