Class PKCS10Test

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.bouncycastle.pkcs.test.PKCS10Test
All Implemented Interfaces:
junit.framework.Test

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     
    void
     
    static junit.framework.Test
     
    void
     
    void
     
    void
     

    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 Details

    • PKCS10Test

      public PKCS10Test()
  • Method Details

    • setUp

      public void setUp()
      Overrides:
      setUp in class junit.framework.TestCase
    • testLeaveOffEmpty

      public void testLeaveOffEmpty() throws Exception
      Throws:
      Exception
    • testRequest

      public void testRequest() throws Exception
      Throws:
      Exception
    • testBrokenRequestWithDuplicateExtension

      public void testBrokenRequestWithDuplicateExtension() throws Exception
      Throws:
      Exception
    • main

      public static void main(String[] args)
    • suite

      public static junit.framework.Test suite()