tools.jce
Class CipherTest

java.lang.Object
  extended bytools.jce.JCETest
      extended bytools.jce.CipherTest

public class CipherTest
extends JCETest


Field Summary
protected  byte[] plain_
           
protected  TabularPrinter tp_
           
 
Constructor Summary
CipherTest()
           
 
Method Summary
 int diff(byte[] a, byte[] b)
           
 void run(Provider[] providers)
           
 void testCipher(Provider[] p)
           
 void testCipher(String cn)
           
 
Methods inherited from class tools.jce.JCETest
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tp_

protected TabularPrinter tp_

plain_

protected byte[] plain_
Constructor Detail

CipherTest

public CipherTest()
Method Detail

run

public void run(Provider[] providers)
Overrides:
run in class JCETest

testCipher

public void testCipher(Provider[] p)
                throws IOException
Throws:
IOException

testCipher

public void testCipher(String cn)
                throws IOException
Throws:
IOException

diff

public int diff(byte[] a,
                byte[] b)


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.