org.dvb.security.pkcs11
Interface SlotInfo


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

getSlotID

int getSlotID()
This method returns the slot identifier associated this slot information.


getSlotDescription

java.lang.String getSlotDescription()
This method returns the slotDescription of the PKCS11 CK_SLOT_INFO.


getManufacturerID

java.lang.String getManufacturerID()
This method returns the ManufacturerID of the PKCS11 CK_SLOT_INFO.


getFlags

int getFlags()
This method returns the flags of the PKCS11 CK_SLOT_INFO.