public abstract class P11SignSpeed
extends org.xipki.util.BenchmarkExecutor
| Modifier and Type | Class and Description |
|---|---|
static class |
P11SignSpeed.DSA |
static class |
P11SignSpeed.EC |
static class |
P11SignSpeed.HMAC |
static class |
P11SignSpeed.RSA |
static class |
P11SignSpeed.SM2 |
| Constructor and Description |
|---|
P11SignSpeed(org.xipki.security.SecurityFactory securityFactory,
org.xipki.security.pkcs11.P11Slot slot,
String signatureAlgorithm,
boolean deleteKeyAfterTest,
org.xipki.security.pkcs11.P11ObjectIdentifier objectId,
String description,
int threads) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected static org.xipki.security.pkcs11.P11Slot.P11NewKeyControl |
getNewKeyControl(byte[] id,
String label) |
protected static org.xipki.security.pkcs11.P11ObjectIdentifier |
getNonNullKeyId(org.xipki.security.pkcs11.P11Slot slot,
byte[] keyId,
String keyLabel) |
protected Runnable |
getTestor() |
public P11SignSpeed(org.xipki.security.SecurityFactory securityFactory,
org.xipki.security.pkcs11.P11Slot slot,
String signatureAlgorithm,
boolean deleteKeyAfterTest,
org.xipki.security.pkcs11.P11ObjectIdentifier objectId,
String description,
int threads)
throws org.xipki.util.ObjectCreationException
org.xipki.util.ObjectCreationExceptionpublic final void close()
close in class org.xipki.util.BenchmarkExecutorprotected static org.xipki.security.pkcs11.P11Slot.P11NewKeyControl getNewKeyControl(byte[] id,
String label)
protected static org.xipki.security.pkcs11.P11ObjectIdentifier getNonNullKeyId(org.xipki.security.pkcs11.P11Slot slot,
byte[] keyId,
String keyLabel)
Copyright © 2021. All rights reserved.