Package org.bouncycastle.cert.crmf.test
Class AllTests
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.cert.crmf.test.AllTests
-
public class AllTests extends TestCase
-
-
Constructor Summary
Constructors Constructor Description AllTests(java.lang.String name)
-
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
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()
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
suite
public static Test suite()
-
setUp
public void setUp()
-
tearDown
public void tearDown()
-
testBasicMessage
public void testBasicMessage() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testBasicMessageWithArchiveControl
public void testBasicMessageWithArchiveControl() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testProofOfPossessionWithoutSender
public void testProofOfPossessionWithoutSender() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testEncryptedValueWithKey
public void testEncryptedValueWithKey() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testProofOfPossessionWithSender
public void testProofOfPossessionWithSender() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testProofOfPossessionWithTemplate
public void testProofOfPossessionWithTemplate() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testKeySizes
public void testKeySizes() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testEncryptedValue
public void testEncryptedValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testEncryptedValueOAEP1
public void testEncryptedValueOAEP1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testEncryptedValueOAEP2
public void testEncryptedValueOAEP2() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testEncryptedValuePassphrase
public void testEncryptedValuePassphrase() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testEncryptedValuePassphraseWithPadding
public void testEncryptedValuePassphraseWithPadding() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-