Package org.bouncycastle.crypto.test
Class Haraka256DigestTest
- java.lang.Object
 - 
- org.bouncycastle.util.test.SimpleTest
 - 
- org.bouncycastle.crypto.test.Haraka256DigestTest
 
 
 
- 
- All Implemented Interfaces:
 Test
public class Haraka256DigestTest extends SimpleTest
 
- 
- 
Constructor Summary
Constructors Constructor Description Haraka256DigestTest() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()static voidmain(java.lang.String[] args)voidperformTest()voidtestInputTooLong()voidtestInputTooShort()voidtestKnownVector()voidtestOutput() 
 - 
 
- 
- 
Method Detail
- 
getName
public java.lang.String getName()
- Specified by:
 getNamein interfaceTest- Specified by:
 getNamein classSimpleTest
 
- 
testKnownVector
public void testKnownVector()
 
- 
testInputTooShort
public void testInputTooShort()
 
- 
testInputTooLong
public void testInputTooLong()
 
- 
testOutput
public void testOutput()
 
- 
performTest
public void performTest() throws java.lang.Exception- Specified by:
 performTestin classSimpleTest- Throws:
 java.lang.Exception
 
- 
main
public static void main(java.lang.String[] args)
 
 - 
 
 -