this.subjectDN = _subjectDN;
}
public Command[] getCommands() throws Exception {
final KeyPairGenerator kpg = KeyPairGenerator.getInstance("RSA");
kpg.initialize(1024);
final EjbcaWS ejbcaWS = getEjbcaRAWSFNewReference();
final JobData jobData = new JobData(this.subjectDN);
switch (this.testType) {
case BASIC:
return new Command[]{
new EditUserCommand(ejbcaWS, this.caName, this.endEntityProfileName, this.certificateProfileName, jobData, true, this.maxCertificateSN),