Package org.bouncycastle.cert.crmf.test
Class AllTests
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.bouncycastle.cert.crmf.test.AllTests
-
- All Implemented Interfaces:
junit.framework.Test
public class AllTests extends junit.framework.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 voidmain(java.lang.String[] args)voidsetUp()static junit.framework.Testsuite()voidtearDown()voidtestBasicMessage()voidtestBasicMessageWithArchiveControl()voidtestBcEncryptedValueWithKey()voidtestEncryptedValue()voidtestEncryptedValueOAEP1()voidtestEncryptedValueOAEP2()voidtestEncryptedValuePassphrase()voidtestEncryptedValuePassphraseWithPadding()voidtestEncryptedValueWithKey()voidtestKeySizes()voidtestProofOfPossessionWithoutSender()voidtestProofOfPossessionWithSender()voidtestProofOfPossessionWithTemplate()-
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
suite
public static junit.framework.Test suite()
-
setUp
public void setUp()
- Overrides:
setUpin classjunit.framework.TestCase
-
tearDown
public void tearDown()
- Overrides:
tearDownin classjunit.framework.TestCase
-
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
-
testBcEncryptedValueWithKey
public void testBcEncryptedValueWithKey() 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
-
-