protected abstract org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.doGenerateDSAKeypair(BigInteger p,
BigInteger q,
BigInteger g,
P11Slot.P11NewKeyControl control) |
Generates a DSA keypair on-the-fly.
|
protected abstract org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.doGenerateECEdwardsKeypair(org.bouncycastle.asn1.ASN1ObjectIdentifier curveId,
P11Slot.P11NewKeyControl control) |
Generates an EC Edwards keypair.
|
protected abstract org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.doGenerateECKeypair(org.bouncycastle.asn1.ASN1ObjectIdentifier curveId,
P11Slot.P11NewKeyControl control) |
Generates an EC keypair.
|
protected abstract org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.doGenerateECMontgomeryKeypair(org.bouncycastle.asn1.ASN1ObjectIdentifier curveId,
P11Slot.P11NewKeyControl control) |
Generates an EC Montgomery keypair.
|
protected abstract org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.doGenerateRSAKeypair(int keysize,
BigInteger publicExponent,
P11Slot.P11NewKeyControl control) |
Generates an RSA keypair.
|
protected abstract org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.doGenerateSecretKey(long keyType,
Integer keysize,
P11Slot.P11NewKeyControl control) |
Generates a secret key in the PKCS#11 token.
|
protected abstract org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.doGenerateSM2Keypair(P11Slot.P11NewKeyControl control) |
Generates an SM2p256v1 keypair.
|
protected abstract org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.doImportSecretKey(long keyType,
byte[] keyValue,
P11Slot.P11NewKeyControl control) |
Imports secret key object in the PKCS#11 token.
|
org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.generateDSAKeypair(int plength,
int qlength,
P11Slot.P11NewKeyControl control) |
Generates a DSA keypair.
|
org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.generateDSAKeypair(BigInteger p,
BigInteger q,
BigInteger g,
P11Slot.P11NewKeyControl control) |
Generates a DSA keypair.
|
org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.generateECKeypair(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid,
P11Slot.P11NewKeyControl control) |
Generates an EC keypair.
|
org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.generateRSAKeypair(int keysize,
BigInteger publicExponent,
P11Slot.P11NewKeyControl control) |
Generates an RSA keypair.
|
org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.generateSecretKey(long keyType,
Integer keysize,
P11Slot.P11NewKeyControl control) |
Generates a secret key in the PKCS#11 token.
|
org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.generateSM2Keypair(P11Slot.P11NewKeyControl control) |
Generates an SM2 keypair.
|
org.xipki.pkcs11.wrapper.PKCS11KeyId |
P11Slot.importSecretKey(long keyType,
byte[] keyValue,
P11Slot.P11NewKeyControl control) |
Imports secret key object in the PKCS#11 token.
|