| Package | Description |
|---|---|
| org.xipki.security.pkcs11 |
| Modifier and Type | Method and Description |
|---|---|
protected abstract P11Identity |
P11Slot.generateDSAKeypair0(BigInteger p,
BigInteger q,
BigInteger g,
P11Slot.P11NewKeyControl control)
Generates a DSA keypair.
|
protected abstract P11Identity |
P11Slot.generateECEdwardsKeypair0(org.bouncycastle.asn1.ASN1ObjectIdentifier curveId,
P11Slot.P11NewKeyControl control)
Generates an EC Edwards keypair.
|
protected abstract P11Identity |
P11Slot.generateECKeypair0(org.bouncycastle.asn1.ASN1ObjectIdentifier curveId,
P11Slot.P11NewKeyControl control)
Generates an EC keypair.
|
protected abstract P11Identity |
P11Slot.generateECMontgomeryKeypair0(org.bouncycastle.asn1.ASN1ObjectIdentifier curveId,
P11Slot.P11NewKeyControl control)
Generates an EC Montgomery keypair.
|
protected abstract P11Identity |
P11Slot.generateRSAKeypair0(int keysize,
BigInteger publicExponent,
P11Slot.P11NewKeyControl control)
Generates an RSA keypair.
|
protected abstract P11Identity |
P11Slot.generateSecretKey0(long keyType,
int keysize,
P11Slot.P11NewKeyControl control)
Generates a secret key in the PKCS#11 token.
|
protected abstract P11Identity |
P11Slot.generateSM2Keypair0(P11Slot.P11NewKeyControl control)
Generates an SM2p256v1 keypair.
|
P11Identity |
P11CryptService.getIdentity(P11IdentityId identityId) |
P11Identity |
P11Slot.getIdentity(P11ObjectIdentifier keyId) |
P11Identity |
P11CryptService.getIdentity(P11SlotIdentifier slotId,
P11ObjectIdentifier keyId) |
protected abstract P11Identity |
P11Slot.importSecretKey0(long keyType,
byte[] keyValue,
P11Slot.P11NewKeyControl control)
Imports secret key object in the PKCS#11 token.
|
| Modifier and Type | Method and Description |
|---|---|
Map<P11ObjectIdentifier,P11Identity> |
P11Slot.P11SlotRefreshResult.getIdentities() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
P11Slot.addIdentity(P11Identity identity) |
void |
P11Slot.P11SlotRefreshResult.addIdentity(P11Identity identity) |
int |
P11Identity.compareTo(P11Identity obj) |
Copyright © 2020. All rights reserved.