public static class P11SignSpeed.RSA extends P11SignSpeed
P11SignSpeed.DSA, P11SignSpeed.EC, P11SignSpeed.HMAC, P11SignSpeed.RSA, P11SignSpeed.SM2| Constructor and 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) |
close, getNewKeyControl, getNonNullKeyId, getTesterpublic RSA(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String signatureAlgorithm, int threads, int keysize, BigInteger publicExponent) throws Exception
Exceptionpublic RSA(boolean keyPresent,
SecurityFactory securityFactory,
P11Slot slot,
byte[] keyId,
String keyLabel,
String signatureAlgorithm,
int threads,
int keysize,
BigInteger publicExponent)
throws Exception
ExceptionCopyright © 2023. All rights reserved.