Package org.xipki.security.qa
Class P12SignSpeed.RSA
- java.lang.Object
-
- org.xipki.util.BenchmarkExecutor
-
- org.xipki.security.qa.P12SignSpeed
-
- org.xipki.security.qa.P12SignSpeed.RSA
-
- Enclosing class:
- P12SignSpeed
public static class P12SignSpeed.RSA 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 RSA(SecurityFactory securityFactory, String signatureAlgorithm, int threads, int keysize, BigInteger publicExponent)
-
Method Summary
-
Methods inherited from class org.xipki.security.qa.P12SignSpeed
getPrecomputedDSAKeystore, getPrecomputedECKeystore, getPrecomputedRSAKeystore, getTester
-
-
-
-
Constructor Detail
-
RSA
public RSA(SecurityFactory securityFactory, String signatureAlgorithm, int threads, int keysize, BigInteger publicExponent) throws Exception
- Throws:
Exception
-
-