*/
public CreateCRLSessionTest(String name) throws Exception {
super(name);
CryptoProviderTools.installBCProviderIfNotAvailable();
assertTrue("Could not create TestCA.", createTestCA());
CAInfo inforsa = caAdminSession.getCAInfo(admin, "TEST");
assertTrue("No active RSA CA! Must have at least one active CA to run tests!", inforsa != null);
caid = inforsa.getCAId();
ca = caSession.getCA(admin, caid);
}