Class PGPUnicodeTest

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

public class PGPUnicodeTest 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
    test_key(BigInteger keyId, String passphrase)
     
    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

    • PGPUnicodeTest

      public PGPUnicodeTest()
  • Method Details

    • setUp

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

      public void test_key(BigInteger keyId, String passphrase) throws Exception
      Throws:
      Exception
    • test_UmlautPassphrase

      public void test_UmlautPassphrase()
    • test_ASCIIPassphrase

      public void test_ASCIIPassphrase()
    • test_CyrillicPassphrase

      public void test_CyrillicPassphrase()
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • suite

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