Package org.xipki.security.qa
Class P11SignSpeed.EC
- java.lang.Object
-
- org.xipki.util.BenchmarkExecutor
-
- org.xipki.security.qa.P11SignSpeed
-
- org.xipki.security.qa.P11SignSpeed.EC
-
- Enclosing class:
- P11SignSpeed
public static class P11SignSpeed.EC extends P11SignSpeed
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xipki.security.qa.P11SignSpeed
P11SignSpeed.DSA, P11SignSpeed.EC, P11SignSpeed.HMAC, P11SignSpeed.RSA, P11SignSpeed.SM2
-
-
Constructor Summary
Constructors Constructor Description EC(boolean keyPresent, SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String keyLabel, String signatureAlgorithm, int threads, org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)EC(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String signatureAlgorithm, int threads, org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)
-
Method Summary
-
Methods inherited from class org.xipki.security.qa.P11SignSpeed
close, getNewKeyControl, getNonNullKeyId, getTester
-
-
-
-
Constructor Detail
-
EC
public EC(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String signatureAlgorithm, int threads, org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid) throws Exception
- Throws:
Exception
-
-