org.bouncycastle.jce.provider.test

Class PKCS7SignedDataTest

Implemented Interfaces:
org.bouncycastle.util.test.Test

public class PKCS7SignedDataTest
extends java.lang.Object
implements org.bouncycastle.util.test.Test

Method Summary

org.bouncycastle.util.test.TestResult
checkCreation()
we generate a self signed certificate for the sake of testing - RSA - and then try signing some data.
String
getName()
static void
main(String[] args)
org.bouncycastle.util.test.TestResult
parseTest(byte[] sample)
org.bouncycastle.util.test.TestResult
perform()

Method Details

checkCreation

public org.bouncycastle.util.test.TestResult checkCreation()
we generate a self signed certificate for the sake of testing - RSA - and then try signing some data.

getName

public String getName()
Specified by:
getName in interface org.bouncycastle.util.test.Test

main

public static void main(String[] args)

parseTest

public org.bouncycastle.util.test.TestResult parseTest(byte[] sample)

perform

public org.bouncycastle.util.test.TestResult perform()
Specified by:
perform in interface org.bouncycastle.util.test.Test