Uses of Class
org.xipki.security.pkcs11.P11SlotId
-
Packages that use P11SlotId Package Description org.xipki.security.pkcs11 -
-
Uses of P11SlotId in org.xipki.security.pkcs11
Fields in org.xipki.security.pkcs11 declared as P11SlotId Modifier and Type Field Description protected P11SlotIdP11Slot. slotIdMethods in org.xipki.security.pkcs11 that return P11SlotId Modifier and Type Method Description P11SlotIdP11Key. getSlotId()P11SlotIdP11Slot. getSlotId()P11SlotIdP11Module. getSlotIdForId(long id)P11SlotIdP11Module. getSlotIdForIndex(int index)Methods in org.xipki.security.pkcs11 that return types with arguments of type P11SlotId Modifier and Type Method Description List<P11SlotId>P11Module. getSlotIds()Methods in org.xipki.security.pkcs11 with parameters of type P11SlotId Modifier and Type Method Description List<char[]>P11ModuleConf.P11PasswordsRetriever. getPassword(P11SlotId slotId)P11SlotP11Module. getSlot(P11SlotId slotId)Returns slot for the givenslotId.booleanP11ModuleConf.P11MechanismFilter. isMechanismPermitted(P11SlotId slotId, long mechanism)booleanP11ModuleConf. isSlotIncluded(P11SlotId slotId)Constructors in org.xipki.security.pkcs11 with parameters of type P11SlotId Constructor Description P11Slot(String moduleName, P11SlotId slotId, boolean readOnly, List<Long> secretKeyTypes, List<Long> keyPairTypes, P11ModuleConf.P11NewObjectConf newObjectConf)
-