Class SunProviderTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class SunProviderTest
    extends junit.framework.TestCase
    • Constructor Summary

      Constructors 
      Constructor Description
      SunProviderTest()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static junit.framework.Test suite()  
      void testKeyTransAES128()  
      void testKeyTransAES192()  
      void testKeyTransAES256()  
      void testKeyTransDES()  
      void testSHA1WithRSAEncapsulated()  
      void testSHA1WithRSAStream()  
      • Methods inherited from class junit.framework.TestCase

        assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SunProviderTest

        public SunProviderTest()
    • Method Detail

      • testSHA1WithRSAEncapsulated

        public void testSHA1WithRSAEncapsulated()
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSHA1WithRSAStream

        public void testSHA1WithRSAStream()
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testKeyTransDES

        public void testKeyTransDES()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testKeyTransAES128

        public void testKeyTransAES128()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testKeyTransAES192

        public void testKeyTransAES192()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testKeyTransAES256

        public void testKeyTransAES256()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • suite

        public static junit.framework.Test suite()
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception