Class KeyManagerFactoryTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class KeyManagerFactoryTest
    extends junit.framework.TestCase
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void setUp()  
      void testBasicEC()  
      void testBasicRSA()  
      void testRSAServer()  
      void testRSAServerTrustEE()  
      void testRSAServerWithClientAuth()  
      • 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, tearDown, toString
      • Methods inherited from class java.lang.Object

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

      • KeyManagerFactoryTest

        public KeyManagerFactoryTest()
    • Method Detail

      • setUp

        protected void setUp()
        Overrides:
        setUp in class junit.framework.TestCase
      • testBasicEC

        public void testBasicEC()
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testBasicRSA

        public void testBasicRSA()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRSAServer

        public void testRSAServer()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRSAServerTrustEE

        public void testRSAServerTrustEE()
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRSAServerWithClientAuth

        public void testRSAServerWithClientAuth()
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception