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 voidmain(java.lang.String[] args)voidsetUp()static Testsuite()voidtearDown()voidtestBasicMessage()voidtestBasicMessageWithArchiveControl()voidtestBcEncryptedValueWithKey()voidtestEncryptedValue()voidtestEncryptedValueOAEP1()voidtestEncryptedValueOAEP2()voidtestEncryptedValuePassphrase()voidtestEncryptedValuePassphraseWithPadding()voidtestEncryptedValueWithKey()voidtestKeySizes()voidtestProofOfPossessionWithoutSender()voidtestProofOfPossessionWithSender()voidtestProofOfPossessionWithTemplate()
-
-
-
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
-
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
-
-