Uses of Class
iaik.pkcs.pkcs11.wrapper.CK_SLOT_INFO
-
Packages that use CK_SLOT_INFO Package Description iaik.pkcs.pkcs11.wrapper org.xipki.pkcs11.wrapper -
-
Uses of CK_SLOT_INFO in iaik.pkcs.pkcs11.wrapper
Methods in iaik.pkcs.pkcs11.wrapper that return CK_SLOT_INFO Modifier and Type Method Description CK_SLOT_INFOPKCS11. C_GetSlotInfo(long slotID)C_GetSlotInfo obtains information about a particular slot in the system.CK_SLOT_INFOPKCS11Implementation. C_GetSlotInfo(long slotID)C_GetSlotInfo obtains information about a particular slot in the system. -
Uses of CK_SLOT_INFO in org.xipki.pkcs11.wrapper
Constructors in org.xipki.pkcs11.wrapper with parameters of type CK_SLOT_INFO Constructor Description SlotInfo(CK_SLOT_INFO ckSlotInfo)Constructor that takes the CK_SLOT_INFO object as given by PKCS11.C_GetSlotInfo().
-