Package org.xipki.security.qa
Class P12KeyGenSpeed
- java.lang.Object
-
- org.xipki.util.BenchmarkExecutor
-
- org.xipki.security.qa.P12KeyGenSpeed
-
- Direct Known Subclasses:
P12KeyGenSpeed.DSA,P12KeyGenSpeed.EC,P12KeyGenSpeed.RSA
public abstract class P12KeyGenSpeed extends org.xipki.util.BenchmarkExecutorSpeed test of PKCS#12 keypair generation.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classP12KeyGenSpeed.DSAstatic classP12KeyGenSpeed.ECstatic classP12KeyGenSpeed.RSA
-
Constructor Summary
Constructors Constructor Description P12KeyGenSpeed(String description, SecurityFactory securityFactory)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidgenerateKeypair(SecureRandom random)protected RunnablegetTester()
-
-
-
Constructor Detail
-
P12KeyGenSpeed
public P12KeyGenSpeed(String description, SecurityFactory securityFactory)
-
-