Package org.xipki.security.qa
Class P11SignSpeed.RSA
- java.lang.Object
-
- org.xipki.util.BenchmarkExecutor
-
- org.xipki.security.qa.P11SignSpeed
-
- org.xipki.security.qa.P11SignSpeed.RSA
-
- Enclosing class:
- P11SignSpeed
public static class P11SignSpeed.RSA 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 RSA(boolean keyPresent, SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String keyLabel, String signatureAlgorithm, int threads, int keysize, BigInteger publicExponent)RSA(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String signatureAlgorithm, int threads, int keysize, BigInteger publicExponent)
-
Method Summary
-
Methods inherited from class org.xipki.security.qa.P11SignSpeed
close, getNewKeyControl, getNonNullKeyId, getTester
-
-
-
-
Constructor Detail
-
RSA
public RSA(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String signatureAlgorithm, int threads, int keysize, BigInteger publicExponent) throws Exception
- Throws:
Exception
-
RSA
public RSA(boolean keyPresent, SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String keyLabel, String signatureAlgorithm, int threads, int keysize, BigInteger publicExponent) throws Exception- Throws:
Exception
-
-