org.bouncycastle.jce.provider.test

Class PKCS7SignedDataTest

Implemented Interfaces:
Test

public class PKCS7SignedDataTest
extends java.lang.Object
implements Test

Method Summary

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)
TestResult
parseTest(byte[] sample)
TestResult
perform()

Method Details

checkCreation

public 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 Test

main

public static void main(String[] args)

parseTest

public TestResult parseTest(byte[] sample)

perform

public TestResult perform()
Specified by:
perform in interface Test