Package org.bouncycastle.cert.test
Class BcAttrCertTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.cert.test.BcAttrCertTest
-
public class BcAttrCertTest extends TestCase
-
-
Field Summary
Fields Modifier and Type Field Description static byte[]
attrCert
-
Constructor Summary
Constructors Constructor Description BcAttrCertTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
void
testCertWithBaseCertificateID()
void
testFully()
void
testGenerateWithCert()
void
testGenerateWithPrincipal()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
testCertWithBaseCertificateID
public void testCertWithBaseCertificateID() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGenerateWithCert
public void testGenerateWithCert() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGenerateWithPrincipal
public void testGenerateWithPrincipal() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFully
public void testFully() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-