Class JPAKEUtilTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.crypto.agreement.test.JPAKEUtilTest
-
public class JPAKEUtilTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description JPAKEUtilTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testValidateGa()
void
testValidateGx4()
void
testValidateMacTag()
void
testValidateNotNull()
void
testValidateParticipantIdsDiffer()
void
testValidateParticipantIdsEqual()
void
testValidateZeroKnowledgeProof()
-
-
-
Method Detail
-
testValidateGx4
public void testValidateGx4() throws CryptoException
- Throws:
CryptoException
-
testValidateGa
public void testValidateGa() 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()
-
testValidateZeroKnowledgeProof
public void testValidateZeroKnowledgeProof() throws CryptoException
- Throws:
CryptoException
-
-