public static class P11SignSpeed.RSA extends P11SignSpeed
P11SignSpeed.DSA, P11SignSpeed.EC, P11SignSpeed.HMAC, P11SignSpeed.RSA, P11SignSpeed.SM2| Constructor and Description |
|---|
RSA(boolean keyPresent,
org.xipki.security.SecurityFactory securityFactory,
org.xipki.security.pkcs11.P11Slot slot,
byte[] keyId,
String keyLabel,
String signatureAlgorithm,
int threads,
int keysize,
BigInteger publicExponent) |
RSA(org.xipki.security.SecurityFactory securityFactory,
org.xipki.security.pkcs11.P11Slot slot,
byte[] keyId,
String signatureAlgorithm,
int threads,
int keysize,
BigInteger publicExponent) |
close, getNewKeyControl, getNonNullKeyId, getTestorpublic RSA(org.xipki.security.SecurityFactory securityFactory,
org.xipki.security.pkcs11.P11Slot slot,
byte[] keyId,
String signatureAlgorithm,
int threads,
int keysize,
BigInteger publicExponent)
throws Exception
Exceptionpublic RSA(boolean keyPresent,
org.xipki.security.SecurityFactory securityFactory,
org.xipki.security.pkcs11.P11Slot slot,
byte[] keyId,
String keyLabel,
String signatureAlgorithm,
int threads,
int keysize,
BigInteger publicExponent)
throws Exception
ExceptionCopyright © 2018. All rights reserved.