Package org.xipki.security.qa
Class P12KeyGenSpeed.DSA
- java.lang.Object
-
- org.xipki.util.BenchmarkExecutor
-
- org.xipki.security.qa.P12KeyGenSpeed
-
- org.xipki.security.qa.P12KeyGenSpeed.DSA
-
- Enclosing class:
- P12KeyGenSpeed
public static class P12KeyGenSpeed.DSA extends P12KeyGenSpeed
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xipki.security.qa.P12KeyGenSpeed
P12KeyGenSpeed.DSA, P12KeyGenSpeed.EC, P12KeyGenSpeed.RSA
-
-
Constructor Summary
Constructors Constructor Description DSA(int plength, int qlength, SecurityFactory securityFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidgenerateKeypair(SecureRandom random)-
Methods inherited from class org.xipki.security.qa.P12KeyGenSpeed
getTester
-
-
-
-
Constructor Detail
-
DSA
public DSA(int plength, int qlength, SecurityFactory securityFactory)
-
-
Method Detail
-
generateKeypair
protected void generateKeypair(SecureRandom random) throws Exception
- Specified by:
generateKeypairin classP12KeyGenSpeed- Throws:
Exception
-
-