Bouncy Castle Cryptography Library 1.82

org.bouncycastle.crypto.agreement.test
Class ECJPAKEUtilTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.bouncycastle.crypto.agreement.test.ECJPAKEUtilTest
All Implemented Interfaces:
junit.framework.Test

public class ECJPAKEUtilTest
extends junit.framework.TestCase


Constructor Summary
ECJPAKEUtilTest()
           
 
Method Summary
 void testValidateMacTag()
           
 void testValidateNotNull()
           
 void testValidateParticipantIdsDiffer()
           
 void testValidateParticipantIdsEqual()
           
 void testValidateZeroKnowledgeProof()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ECJPAKEUtilTest

public ECJPAKEUtilTest()
Method Detail

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()
                         throws CryptoException
Throws:
CryptoException

testValidateZeroKnowledgeProof

public void testValidateZeroKnowledgeProof()
                                    throws CryptoException
Throws:
CryptoException

Bouncy Castle Cryptography Library 1.82