Package org.xipki.security.qa
Class P12SignSpeed.EC
- java.lang.Object
-
- org.xipki.util.BenchmarkExecutor
-
- org.xipki.security.qa.P12SignSpeed
-
- org.xipki.security.qa.P12SignSpeed.EC
-
- Enclosing class:
- P12SignSpeed
public static class P12SignSpeed.EC extends P12SignSpeed
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xipki.security.qa.P12SignSpeed
P12SignSpeed.AESGmac, P12SignSpeed.DSA, P12SignSpeed.EC, P12SignSpeed.HMAC, P12SignSpeed.RSA, P12SignSpeed.SM2
-
-
Field Summary
-
Fields inherited from class org.xipki.security.qa.P12SignSpeed
PASSWORD
-
-
Constructor Summary
Constructors Constructor Description EC(SecurityFactory securityFactory, String signatureAlgorithm, int threads, org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)
-
Method Summary
-
Methods inherited from class org.xipki.security.qa.P12SignSpeed
getPrecomputedDSAKeystore, getPrecomputedECKeystore, getPrecomputedRSAKeystore, getTester
-
-
-
-
Constructor Detail
-
EC
public EC(SecurityFactory securityFactory, String signatureAlgorithm, int threads, org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid) throws Exception
- Throws:
Exception
-
-