org.bouncycastle.jce.provider.test

Class PKCS7SignedDataTest

public class PKCS7SignedDataTest extends Object implements Test

Method Summary
TestResultcheckCreation()
we generate a self signed certificate for the sake of testing - RSA - and then try signing some data.
StringgetName()
static voidmain(String[] args)
TestResultparseTest(byte[] sample)
TestResultperform()

Method Detail

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()

main

public static void main(String[] args)

parseTest

public TestResult parseTest(byte[] sample)

perform

public TestResult perform()