|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to retrieve information about a PKCS11 slot. The information returned here is the equivalent to the one returned by the PKCS11 function C_GetSlotInfo.
Method Summary | |
int |
getFlags()
This method returns the flags of the PKCS11 CK_SLOT_INFO. |
java.lang.String |
getManufacturerID()
This method returns the ManufacturerID of the PKCS11 CK_SLOT_INFO. |
java.lang.String |
getSlotDescription()
This method returns the slotDescription of the PKCS11 CK_SLOT_INFO. |
int |
getSlotID()
This method returns the slot identifier associated this slot information. |
Method Detail |
public int getSlotID()
public java.lang.String getSlotDescription()
public java.lang.String getManufacturerID()
public int getFlags()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |