"DN (RFC2253) = '" + targetBase + "' " +
"and Globus style DN = '" + globusCADN + "'. " +
"New DNs will look like this (RFC2253): '" +
this.targetString + "'";
this.crlGen = new X509V2CRLGenerator();
this.crlGen.setIssuerDN(this.caX509Name);
this.crlGen.setSignatureAlgorithm("SHA1withRSA");
}