Bouncy Castle Cryptography Library 1.49

org.bouncycastle.openpgp.test
Class PGPUnicodeTest

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

public class PGPUnicodeTest
extends junit.framework.TestCase


Constructor Summary
PGPUnicodeTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
           
static junit.framework.Test suite()
           
 void test_ASCIIPassphrase()
           
 void test_CyrillicPassphrase()
           
 void test_key(java.math.BigInteger keyId, java.lang.String passphrase)
           
 void test_UmlautPassphrase()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PGPUnicodeTest

public PGPUnicodeTest()
Method Detail

setUp

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

test_key

public void test_key(java.math.BigInteger keyId,
                     java.lang.String passphrase)
              throws java.lang.Exception
Throws:
java.lang.Exception

test_UmlautPassphrase

public void test_UmlautPassphrase()

test_ASCIIPassphrase

public void test_ASCIIPassphrase()

test_CyrillicPassphrase

public void test_CyrillicPassphrase()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

suite

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

Bouncy Castle Cryptography Library 1.49