public class BcPGPKeyRingTest
extends org.bouncycastle.util.test.SimpleTest
| Modifier and Type | Field and Description |
|---|---|
byte[] |
rewrapKey |
char[] |
sec10pass |
char[] |
sec9pass |
byte[] |
subKeyBindingCheckSum |
byte[] |
subKeyBindingKey |
| Constructor and Description |
|---|
BcPGPKeyRingTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateSha1Test() |
void |
generateTest() |
java.lang.String |
getName() |
static void |
main(java.lang.String[] args) |
void |
performTest() |
void |
revocationTest() |
void |
test1() |
void |
test10() |
void |
test2() |
void |
test3() |
void |
test4() |
void |
test5() |
void |
test6() |
void |
test8() |
void |
test9() |
public char[] sec9pass
public char[] sec10pass
public byte[] subKeyBindingKey
public byte[] subKeyBindingCheckSum
public byte[] rewrapKey
public void test1()
throws java.lang.Exception
java.lang.Exceptionpublic void test2()
throws java.lang.Exception
java.lang.Exceptionpublic void test3()
throws java.lang.Exception
java.lang.Exceptionpublic void test4()
throws java.lang.Exception
java.lang.Exceptionpublic void test5()
throws java.lang.Exception
java.lang.Exceptionpublic void test6()
throws java.lang.Exception
java.lang.Exceptionpublic void revocationTest()
throws java.lang.Exception
java.lang.Exceptionpublic void test8()
throws java.lang.Exception
java.lang.Exceptionpublic void test9()
throws java.lang.Exception
java.lang.Exceptionpublic void test10()
throws java.lang.Exception
java.lang.Exceptionpublic void generateTest()
throws java.lang.Exception
java.lang.Exceptionpublic void generateSha1Test()
throws java.lang.Exception
java.lang.Exceptionpublic void performTest()
throws java.lang.Exception
performTest in class org.bouncycastle.util.test.SimpleTestjava.lang.Exceptionpublic java.lang.String getName()
getName in interface org.bouncycastle.util.test.TestgetName in class org.bouncycastle.util.test.SimpleTestpublic static void main(java.lang.String[] args)