| Package | Description |
|---|---|
| org.xipki.security.pkcs11 |
| Modifier and Type | Field and Description |
|---|---|
protected P11SlotId |
P11Slot.slotId |
| Modifier and Type | Method and Description |
|---|---|
P11SlotId |
P11Slot.getSlotId() |
P11SlotId |
P11IdentityId.getSlotId() |
P11SlotId |
P11Module.getSlotIdForId(long id) |
P11SlotId |
P11Module.getSlotIdForIndex(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<P11SlotId> |
P11Module.getSlotIds() |
| Modifier and Type | Method and Description |
|---|---|
List<char[]> |
P11ModuleConf.P11PasswordsRetriever.getPassword(P11SlotId slotId) |
P11Slot |
P11Module.getSlot(P11SlotId slotId)
Returns slot for the given
slotId. |
boolean |
P11ModuleConf.P11MechanismFilter.isMechanismPermitted(P11SlotId slotId,
long mechanism) |
boolean |
P11ModuleConf.isSlotIncluded(P11SlotId slotId) |
| Constructor and Description |
|---|
P11IdentityId(P11SlotId slotId,
P11ObjectId keyId,
Long publicKeyHandle)
Constructor.
|
P11Slot(String moduleName,
P11SlotId slotId,
boolean readOnly,
List<Long> secretKeyTypes,
List<Long> keyPairTypes,
P11ModuleConf.P11NewObjectConf newObjectConf) |
Copyright © 2023. All rights reserved.