Bouncy Castle Cryptography Library 1.86

org.bouncycastle.util.utiltest
Class BigIntegersTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.bouncycastle.util.utiltest.BigIntegersTest
All Implemented Interfaces:
junit.framework.Test

public class BigIntegersTest
extends junit.framework.TestCase


Constructor Summary
BigIntegersTest()
           
 
Method Summary
 java.lang.String getName()
           
 void testAsUnsignedByteArray()
           
 void testByteValueExact()
           
 void testFixedLengthUnsignedByteArray()
           
 void testIntValueExact()
           
 void testLongValueExact()
           
 void testModAdd()
           
 void testModMult()
           
 void testModSubtract()
           
 void testShortValueExact()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, 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

BigIntegersTest

public BigIntegersTest()
Method Detail

getName

public java.lang.String getName()

testAsUnsignedByteArray

public void testAsUnsignedByteArray()

testFixedLengthUnsignedByteArray

public void testFixedLengthUnsignedByteArray()

testModAdd

public void testModAdd()

testModMult

public void testModMult()

testModSubtract

public void testModSubtract()

testByteValueExact

public void testByteValueExact()

testShortValueExact

public void testShortValueExact()

testIntValueExact

public void testIntValueExact()

testLongValueExact

public void testLongValueExact()

Bouncy Castle Cryptography Library 1.86