| Package | Description |
|---|---|
| org.xipki.security.pkcs11 |
| Modifier and Type | Method and Description |
|---|---|
P11IdentityId |
P11Slot.generateDSAKeypair(BigInteger p,
BigInteger q,
BigInteger g,
P11Slot.P11NewKeyControl control)
Generates a DSA keypair.
|
P11IdentityId |
P11Slot.generateDSAKeypair(int plength,
int qlength,
P11Slot.P11NewKeyControl control)
Generates a DSA keypair.
|
protected abstract P11Identity |
P11Slot.generateDSAKeypair0(BigInteger p,
BigInteger q,
BigInteger g,
P11Slot.P11NewKeyControl control)
Generates a DSA keypair.
|
P11IdentityId |
P11Slot.generateECEdwardsKeypair(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid,
P11Slot.P11NewKeyControl control)
Generates an EC Edwards keypair.
|
protected abstract P11Identity |
P11Slot.generateECEdwardsKeypair0(org.bouncycastle.asn1.ASN1ObjectIdentifier curveId,
P11Slot.P11NewKeyControl control)
Generates an EC Edwards keypair.
|
P11IdentityId |
P11Slot.generateECKeypair(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid,
P11Slot.P11NewKeyControl control)
Generates an EC keypair.
|
protected abstract P11Identity |
P11Slot.generateECKeypair0(org.bouncycastle.asn1.ASN1ObjectIdentifier curveId,
P11Slot.P11NewKeyControl control)
Generates an EC keypair.
|
P11IdentityId |
P11Slot.generateECMontgomeryKeypair(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid,
P11Slot.P11NewKeyControl control)
Generates an EC Montgomery keypair.
|
protected abstract P11Identity |
P11Slot.generateECMontgomeryKeypair0(org.bouncycastle.asn1.ASN1ObjectIdentifier curveId,
P11Slot.P11NewKeyControl control)
Generates an EC Montgomery keypair.
|
P11IdentityId |
P11Slot.generateRSAKeypair(int keysize,
BigInteger publicExponent,
P11Slot.P11NewKeyControl control)
Generates an RSA keypair.
|
protected abstract P11Identity |
P11Slot.generateRSAKeypair0(int keysize,
BigInteger publicExponent,
P11Slot.P11NewKeyControl control)
Generates an RSA keypair.
|
P11IdentityId |
P11Slot.generateSecretKey(long keyType,
int keysize,
P11Slot.P11NewKeyControl control)
Generates a secret key in the PKCS#11 token.
|
protected abstract P11Identity |
P11Slot.generateSecretKey0(long keyType,
int keysize,
P11Slot.P11NewKeyControl control)
Generates a secret key in the PKCS#11 token.
|
P11IdentityId |
P11Slot.generateSM2Keypair(P11Slot.P11NewKeyControl control)
Generates an SM2 keypair.
|
protected abstract P11Identity |
P11Slot.generateSM2Keypair0(P11Slot.P11NewKeyControl control)
Generates an SM2p256v1 keypair.
|
P11ObjectIdentifier |
P11Slot.importSecretKey(long keyType,
byte[] keyValue,
P11Slot.P11NewKeyControl control)
Imports secret key object in the PKCS#11 token.
|
protected abstract P11Identity |
P11Slot.importSecretKey0(long keyType,
byte[] keyValue,
P11Slot.P11NewKeyControl control)
Imports secret key object in the PKCS#11 token.
|
Copyright © 2020. All rights reserved.