Package org.bouncycastle.openpgp.test
Class BcPGPKeyRingTest
- java.lang.Object
-
- org.bouncycastle.util.test.SimpleTest
-
- org.bouncycastle.openpgp.test.BcPGPKeyRingTest
-
- All Implemented Interfaces:
org.bouncycastle.util.test.Test
public class BcPGPKeyRingTest extends org.bouncycastle.util.test.SimpleTest
-
-
Field Summary
Fields Modifier and Type Field Description byte[]rewrapKeychar[]sec10passchar[]sec9passbyte[]subKeyBindingCheckSumbyte[]subKeyBindingKey
-
Constructor Summary
Constructors Constructor Description BcPGPKeyRingTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateSha1Test()voidgenerateTest()java.lang.StringgetName()static voidmain(java.lang.String[] args)voidperformTest()voidrevocationTest()voidtest1()voidtest10()voidtest2()voidtest3()voidtest4()voidtest5()voidtest6()voidtest8()voidtest9()
-
-
-
Method Detail
-
test1
public void test1() throws java.lang.Exception- Throws:
java.lang.Exception
-
test2
public void test2() throws java.lang.Exception- Throws:
java.lang.Exception
-
test3
public void test3() throws java.lang.Exception- Throws:
java.lang.Exception
-
test4
public void test4() throws java.lang.Exception- Throws:
java.lang.Exception
-
test5
public void test5() throws java.lang.Exception- Throws:
java.lang.Exception
-
test6
public void test6() throws java.lang.Exception- Throws:
java.lang.Exception
-
revocationTest
public void revocationTest() throws java.lang.Exception- Throws:
java.lang.Exception
-
test8
public void test8() throws java.lang.Exception- Throws:
java.lang.Exception
-
test9
public void test9() throws java.lang.Exception- Throws:
java.lang.Exception
-
test10
public void test10() throws java.lang.Exception- Throws:
java.lang.Exception
-
generateTest
public void generateTest() throws java.lang.Exception- Throws:
java.lang.Exception
-
generateSha1Test
public void generateSha1Test() throws java.lang.Exception- Throws:
java.lang.Exception
-
performTest
public void performTest() throws java.lang.Exception- Specified by:
performTestin classorg.bouncycastle.util.test.SimpleTest- Throws:
java.lang.Exception
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceorg.bouncycastle.util.test.Test- Specified by:
getNamein classorg.bouncycastle.util.test.SimpleTest
-
main
public static void main(java.lang.String[] args)
-
-