public class

GOST28147Test

extends SimpleTest
java.lang.Object
   ↳ org.bouncycastle.util.test.SimpleTest
     ↳ org.bouncycastle.jce.provider.test.GOST28147Test

Class Overview

basic test class for the GOST28147 cipher

Summary

Public Constructors
GOST28147Test()
Public Methods
String getName()
static void main(String[] args)
void performTest()
void testCFB(int strength, byte[] keyBytes, byte[] input, byte[] output)
void testECB(int strength, byte[] keyBytes, byte[] input, byte[] output)
[Expand]
Inherited Methods
From class org.bouncycastle.util.test.SimpleTest
From class java.lang.Object
From interface org.bouncycastle.util.test.Test

Public Constructors

public GOST28147Test ()

Public Methods

public String getName ()

public static void main (String[] args)

public void performTest ()

Throws
Exception

public void testCFB (int strength, byte[] keyBytes, byte[] input, byte[] output)

Throws
Exception

public void testECB (int strength, byte[] keyBytes, byte[] input, byte[] output)

Throws
Exception