Package org.xipki.security.qa
Class P11KeyGenSpeed
- java.lang.Object
-
- org.xipki.util.BenchmarkExecutor
-
- org.xipki.security.qa.P11KeyGenSpeed
-
- Direct Known Subclasses:
P11KeyGenSpeed.DSA,P11KeyGenSpeed.EC,P11KeyGenSpeed.RSA,P11KeyGenSpeed.SM2
public abstract class P11KeyGenSpeed extends org.xipki.util.BenchmarkExecutorSpeed test of PKCS#11 keypair generation.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classP11KeyGenSpeed.DSAstatic classP11KeyGenSpeed.ECstatic classP11KeyGenSpeed.RSAstatic classP11KeyGenSpeed.SM2
-
Constructor Summary
Constructors Constructor Description P11KeyGenSpeed(P11Slot slot, String description)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidgenKeypair()protected RunnablegetTester()
-
-
-
Field Detail
-
slot
protected final P11Slot slot
-
-