public interface TokenInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getFlags()
This method returns the flags of the PKCS11 CK_TOKEN_INFO.
|
String |
getLabel()
This method returns the label of the PKCS11 CK_TOKEN_INFO.
|
String |
getManufacturerID()
This method returns the manufacturerID of the PKCS11 CK_TOKEN_INFO.
|
String |
getModel()
This method returns the model of the PKCS11 CK_TOKEN_INFO.
|
String |
getSerialNumber()
This method returns the serial Number of the PKCS11 CK_TOKEN_INFO.
|
String getLabel()
String getManufacturerID()
String getModel()
String getSerialNumber()
int getFlags()
Copyright © 2012 code4tv.com. All Rights Reserved.