public class AllTests
extends TestCase
| Constructor | Description |
|---|---|
AllTests(java.lang.String name) |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.String[] args) |
|
void |
setUp() |
|
static Test |
suite() |
|
void |
tearDown() |
|
void |
testBasicMessage() |
|
void |
testBasicMessageWithArchiveControl() |
|
void |
testEncryptedValue() |
|
void |
testEncryptedValueOAEP1() |
|
void |
testEncryptedValueOAEP2() |
|
void |
testEncryptedValuePassphrase() |
|
void |
testEncryptedValuePassphraseWithPadding() |
|
void |
testEncryptedValueWithKey() |
|
void |
testKeySizes() |
|
void |
testProofOfPossessionWithoutSender() |
|
void |
testProofOfPossessionWithSender() |
|
void |
testProofOfPossessionWithTemplate() |
public static void main(java.lang.String[] args)
public static Test suite()
public void setUp()
public void tearDown()
public void testBasicMessage()
throws java.lang.Exception
java.lang.Exceptionpublic void testBasicMessageWithArchiveControl()
throws java.lang.Exception
java.lang.Exceptionpublic void testProofOfPossessionWithoutSender()
throws java.lang.Exception
java.lang.Exceptionpublic void testEncryptedValueWithKey()
throws java.lang.Exception
java.lang.Exceptionpublic void testProofOfPossessionWithSender()
throws java.lang.Exception
java.lang.Exceptionpublic void testProofOfPossessionWithTemplate()
throws java.lang.Exception
java.lang.Exceptionpublic void testKeySizes()
throws java.lang.Exception
java.lang.Exceptionpublic void testEncryptedValue()
throws java.lang.Exception
java.lang.Exceptionpublic void testEncryptedValueOAEP1()
throws java.lang.Exception
java.lang.Exceptionpublic void testEncryptedValueOAEP2()
throws java.lang.Exception
java.lang.Exceptionpublic void testEncryptedValuePassphrase()
throws java.lang.Exception
java.lang.Exceptionpublic void testEncryptedValuePassphraseWithPadding()
throws java.lang.Exception
java.lang.Exception