| Package | Description |
|---|---|
| iaik.pkcs.pkcs11 | |
| iaik.pkcs.pkcs11.objects |
| Modifier and Type | Method and Description |
|---|---|
static Module |
Module.getInstance(String pkcs11ModuleName)
Get an instance of this class by giving the name of the PKCS#11 module;
e.g.
|
Module |
Slot.getModule()
Get the module that created this Slot object.
|
Module |
Session.getModule()
Get the Module which this Session object operates with.
|
| Constructor and Description |
|---|
Slot(Module module,
long slotID)
The constructor that takes a reference to the module and the slot ID.
|
| Modifier and Type | Method and Description |
|---|---|
static ECPrivateKey |
ECPrivateKey.newSM2PrivateKey(Module module) |
static ECPublicKey |
ECPublicKey.newSM2PublicKey(Module module) |
static ValuedSecretKey |
ValuedSecretKey.newSM4SecretKey(Module module) |
Copyright © 2022. All rights reserved.