Package org.bouncycastle.mail.smime.test
Class SMIMEToolkitTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.mail.smime.test.SMIMEToolkitTest
-
public class SMIMEToolkitTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description SMIMEToolkitTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)static Testsuite()voidtestCertificateExtractionEncapsulated()voidtestCertificateExtractionMultipart()voidtestEncryptedMessage()voidtestEncryptedMimeBodyPart()voidtestEncryptedMimeBodyPartWithPKIXIdentity()voidtestEncryptedRecognition()voidtestEncryptedSignedMultipart()voidtestSignedMessageGenerationEncapsulated()voidtestSignedMessageGenerationMultipart()voidtestSignedMessageRecognitionEncapsulated()voidtestSignedMessageRecognitionMultipart()voidtestSignedMessageVerificationEncapsulated()voidtestSignedMessageVerificationEncapsulatedWithPKIXIdentity()voidtestSignedMessageVerificationMultipart()
-
-
-
Method Detail
-
testSignedMessageRecognitionMultipart
public void testSignedMessageRecognitionMultipart() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSignedMessageRecognitionEncapsulated
public void testSignedMessageRecognitionEncapsulated() throws java.lang.Exception- Throws:
java.lang.Exception
-
testEncryptedRecognition
public void testEncryptedRecognition() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCertificateExtractionEncapsulated
public void testCertificateExtractionEncapsulated() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCertificateExtractionMultipart
public void testCertificateExtractionMultipart() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSignedMessageVerificationMultipart
public void testSignedMessageVerificationMultipart() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSignedMessageVerificationEncapsulated
public void testSignedMessageVerificationEncapsulated() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSignedMessageVerificationEncapsulatedWithPKIXIdentity
public void testSignedMessageVerificationEncapsulatedWithPKIXIdentity() throws java.lang.Exception- Throws:
java.lang.Exception
-
testEncryptedMimeBodyPart
public void testEncryptedMimeBodyPart() throws java.lang.Exception- Throws:
java.lang.Exception
-
testEncryptedMimeBodyPartWithPKIXIdentity
public void testEncryptedMimeBodyPartWithPKIXIdentity() throws java.lang.Exception- Throws:
java.lang.Exception
-
testEncryptedMessage
public void testEncryptedMessage() throws java.lang.Exception- Throws:
java.lang.Exception
-
testEncryptedSignedMultipart
public void testEncryptedSignedMultipart() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSignedMessageGenerationMultipart
public void testSignedMessageGenerationMultipart() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSignedMessageGenerationEncapsulated
public void testSignedMessageGenerationEncapsulated() throws java.lang.Exception- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
-
suite
public static Test suite()
-
-