Uses of Class
org.xipki.security.pkcs11.Pkcs11conf.Slot
-
Packages that use Pkcs11conf.Slot Package Description org.xipki.security.pkcs11 -
-
Uses of Pkcs11conf.Slot in org.xipki.security.pkcs11
Methods in org.xipki.security.pkcs11 that return types with arguments of type Pkcs11conf.Slot Modifier and Type Method Description List<Pkcs11conf.Slot>Pkcs11conf.Module. getExcludeSlots()List<Pkcs11conf.Slot>Pkcs11conf.Module. getIncludeSlots()List<Pkcs11conf.Slot>Pkcs11conf.MechanismFilter. getSlots()List<Pkcs11conf.Slot>Pkcs11conf.PasswordSet. getSlots()Method parameters in org.xipki.security.pkcs11 with type arguments of type Pkcs11conf.Slot Modifier and Type Method Description voidPkcs11conf.Module. setExcludeSlots(List<Pkcs11conf.Slot> excludeSlots)voidPkcs11conf.Module. setIncludeSlots(List<Pkcs11conf.Slot> includeSlots)voidPkcs11conf.MechanismFilter. setSlots(List<Pkcs11conf.Slot> slots)voidPkcs11conf.PasswordSet. setSlots(List<Pkcs11conf.Slot> slots)
-