Bouncy Castle Cryptography Library 1.69

org.bouncycastle.jce.provider.test
Class DSTU7624Test

java.lang.Object
  |
  +--org.bouncycastle.util.test.SimpleTest
        |
        +--org.bouncycastle.jce.provider.test.BaseBlockCipherTest
              |
              +--org.bouncycastle.jce.provider.test.DSTU7624Test
All Implemented Interfaces:
Test

public class DSTU7624Test
extends BaseBlockCipherTest

basic test class for DSTU7624


Constructor Summary
DSTU7624Test()
           
 
Method Summary
protected  void macOidTest(ASN1ObjectIdentifier oid, java.lang.String name, int blockLength)
           
static void main(java.lang.String[] args)
           
 void performTest()
           
 void test(java.lang.String name, byte[] keyBytes, byte[] input, byte[] output)
           
protected  void wrapOidTest(ASN1ObjectIdentifier oid, java.lang.String name, int blockLength)
           
 
Methods inherited from class org.bouncycastle.jce.provider.test.BaseBlockCipherTest
getName, oidTest, wrapOidTest, wrapTest, wrapTest
 
Methods inherited from class org.bouncycastle.util.test.SimpleTest
areEqual, areEqual, areEqual, fail, fail, fail, isEquals, isEquals, isEquals, isEquals, isEquals, isEquals, isTrue, isTrue, perform, runTest, runTest, runTests, runTests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSTU7624Test

public DSTU7624Test()
Method Detail

test

public void test(java.lang.String name,
                 byte[] keyBytes,
                 byte[] input,
                 byte[] output)
          throws java.lang.Exception

performTest

public void performTest()
                 throws java.lang.Exception
Overrides:
performTest in class SimpleTest

wrapOidTest

protected void wrapOidTest(ASN1ObjectIdentifier oid,
                           java.lang.String name,
                           int blockLength)
                    throws java.lang.Exception

macOidTest

protected void macOidTest(ASN1ObjectIdentifier oid,
                          java.lang.String name,
                          int blockLength)
                   throws java.lang.Exception

main

public static void main(java.lang.String[] args)

Bouncy Castle Cryptography Library 1.69