|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SlotInfo
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 |
---|
int getSlotID()
java.lang.String getSlotDescription()
java.lang.String getManufacturerID()
int getFlags()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |