< prev index next >

test/com/sun/crypto/provider/Cipher/DES/PerformanceTest.java

Print this page

        

*** 31,41 **** import java.security.*; import java.security.spec.*; import java.io.*; import javax.crypto.*; import javax.crypto.spec.*; - import com.sun.crypto.provider.*; public class PerformanceTest { Cipher cipher; IvParameterSpec params = null; --- 31,40 ----
*** 79,90 **** public void run() throws Exception { byte[] in; - SunJCE jce = new SunJCE(); - Security.addProvider(jce); col = new StringBuffer(); printHeadings(); for (int i=0; i<crypts.length; i++) { --- 78,87 ----
< prev index next >