Package org.xipki.security.qa
Class P12SignSpeed.AESGmac
- java.lang.Object
-
- org.xipki.util.BenchmarkExecutor
-
- org.xipki.security.qa.P12SignSpeed
-
- org.xipki.security.qa.P12SignSpeed.AESGmac
-
- Enclosing class:
- P12SignSpeed
public static class P12SignSpeed.AESGmac 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 AESGmac(SecurityFactory securityFactory, String signatureAlgorithm, int threads)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetKeysize(String hmacAlgorithm)-
Methods inherited from class org.xipki.security.qa.P12SignSpeed
getPrecomputedDSAKeystore, getPrecomputedECKeystore, getPrecomputedRSAKeystore, getTester
-
-
-
-
Constructor Detail
-
AESGmac
public AESGmac(SecurityFactory securityFactory, String signatureAlgorithm, int threads) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getKeysize
public static int getKeysize(String hmacAlgorithm)
-
-