org.bouncycastle.jce.provider.test
Class PKCS7SignedDataTest
java.lang.Object
org.bouncycastle.jce.provider.test.PKCS7SignedDataTest
- org.bouncycastle.util.test.Test
public class PKCS7SignedDataTest
extends java.lang.Object
implements org.bouncycastle.util.test.Test
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()
|
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()
- 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()
- perform in interface org.bouncycastle.util.test.Test