public abstract class P12SignLoadTest
extends org.xipki.common.LoadExecutor
| Constructor and Description |
|---|
P12SignLoadTest(org.xipki.security.SecurityFactory securityFactory,
String signatureAlgorithm,
byte[] keystore,
String description) |
P12SignLoadTest(String tokenType,
org.xipki.security.SecurityFactory securityFactory,
String signatureAlgorithm,
byte[] keystore,
String description) |
| Modifier and Type | Method and Description |
|---|---|
protected static byte[] |
getPrecomputedDSAKeystore(int plength,
int qlength) |
protected static byte[] |
getPrecomputedECKeystore(String curveNamOrOid) |
protected static byte[] |
getPrecomputedRSAKeystore(int keysize,
BigInteger publicExponent) |
protected Runnable |
getTestor() |
protected static final String PASSWORD
public P12SignLoadTest(org.xipki.security.SecurityFactory securityFactory,
String signatureAlgorithm,
byte[] keystore,
String description)
throws Exception
Exceptionprotected Runnable getTestor() throws Exception
getTestor in class org.xipki.common.LoadExecutorExceptionprotected static byte[] getPrecomputedRSAKeystore(int keysize,
BigInteger publicExponent)
throws IOException
IOExceptionprotected static byte[] getPrecomputedDSAKeystore(int plength,
int qlength)
throws IOException
IOExceptionprotected static byte[] getPrecomputedECKeystore(String curveNamOrOid) throws IOException
IOExceptionCopyright © 2017. All rights reserved.