public interface SlotInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getFlags()
This method returns the flags of the PKCS11 CK_SLOT_INFO.
|
String |
getManufacturerID()
This method returns the ManufacturerID of the PKCS11 CK_SLOT_INFO.
|
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.
|
int getSlotID()
String getSlotDescription()
String getManufacturerID()
int getFlags()
Copyright © 2012 code4tv.com. All Rights Reserved.