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.Exception
public void test2() throws java.lang.Exception
java.lang.Exception
public void test3() throws java.lang.Exception
java.lang.Exception
public void test4() throws java.lang.Exception
java.lang.Exception
public void test5() throws java.lang.Exception
java.lang.Exception
public void test6() throws java.lang.Exception
java.lang.Exception
public void revocationTest() throws java.lang.Exception
java.lang.Exception
public void test8() throws java.lang.Exception
java.lang.Exception
public void test9() throws java.lang.Exception
java.lang.Exception
public void test10() throws java.lang.Exception
java.lang.Exception
public void generateTest() throws java.lang.Exception
java.lang.Exception
public void generateSha1Test() throws java.lang.Exception
java.lang.Exception
public void performTest() throws java.lang.Exception
performTest
in class org.bouncycastle.util.test.SimpleTest
java.lang.Exception
public java.lang.String getName()
getName
in interface org.bouncycastle.util.test.Test
getName
in class org.bouncycastle.util.test.SimpleTest
public static void main(java.lang.String[] args)