Package org.bouncycastle.openpgp.test
Class PGPUnicodeTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.openpgp.test.PGPUnicodeTest
-
public class PGPUnicodeTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description PGPUnicodeTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
void
setUp()
static Test
suite()
void
test_ASCIIPassphrase()
void
test_CyrillicPassphrase()
void
test_key(java.math.BigInteger keyId, java.lang.String passphrase)
void
test_UmlautPassphrase()
-
-
-
Method Detail
-
setUp
public void setUp()
-
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 Test suite() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-