public class RC2ParameterSpecTest
extends TestCase
Constructor and Description |
---|
RC2ParameterSpecTest() |
Modifier and Type | Method and Description |
---|---|
static Test |
suite() |
void |
test_constructorI() |
void |
testEquals()
equals(Object obj) method testing.
|
void |
testGetEffectiveKeyBits()
getEffectiveKeyBits() method testing.
|
void |
testGetIV()
getIV() method testing.
|
void |
testHashCode()
hashCode() method testing.
|
void |
testRC2ParameterSpec1()
RC2ParameterSpec(int effectiveKeyBits, byte[] iv) method testing.
|
void |
testRC2ParameterSpec2()
RC2ParameterSpec(int effectiveKeyBits, byte[] iv, int offset) method
testing.
|
public void testRC2ParameterSpec1()
public void testRC2ParameterSpec2()
public void testGetEffectiveKeyBits()
public void testGetIV()
public void testEquals()
public void testHashCode()
public void test_constructorI()
public static Test suite()