Class OwlUtilTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.bouncycastle.crypto.agreement.owl.OwlUtilTest
-
- All Implemented Interfaces:
junit.framework.Test
public class OwlUtilTest extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description OwlUtilTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCalculateGA()voidtestValidateMacTag()voidtestValidateNotNull()voidtestValidateParticipantIdsDiffer()voidtestValidateParticipantIdsEqual()voidtestValidateR()voidtestValidateZeroknowledgeProof()-
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
-
testCalculateGA
public void testCalculateGA() throws CryptoException- Throws:
CryptoException
-
testValidateParticipantIdsDiffer
public void testValidateParticipantIdsDiffer() throws CryptoException- Throws:
CryptoException
-
testValidateParticipantIdsEqual
public void testValidateParticipantIdsEqual() throws CryptoException- Throws:
CryptoException
-
testValidateMacTag
public void testValidateMacTag() throws CryptoException- Throws:
CryptoException
-
testValidateNotNull
public void testValidateNotNull()
-
testValidateR
public void testValidateR() throws CryptoException- Throws:
CryptoException
-
testValidateZeroknowledgeProof
public void testValidateZeroknowledgeProof() throws CryptoException- Throws:
CryptoException
-
-