|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.pkcs.pkcs11.Info
Objects of this class provide information about a PKCS#11 moduel; i.e. the driver for a spcific token.
Field Summary | |
protected Version |
cryptokiVersion_
The module claims to be compliant to this version of PKCS#11. |
protected String |
libraryDescription_
A description of this module. |
protected Version |
libraryVersion_
The version number of this module. |
protected String |
manufacturerID_
The identifer for the manufacturer of this module. |
Constructor Summary | |
protected |
Info(CK_INFO ckInfo)
Constructor taking the CK_INFO object of the token. |
Method Summary | |
Object |
clone()
Create a (deep) clone of this object. |
boolean |
equals(Object otherObject)
Compares all member variables of this object with the other object. |
Version |
getCryptokiVersion()
Get the version of PKCS#11 that this module claims to be compliant to. |
String |
getLibraryDescription()
Get a short descrption of this module. |
Version |
getLibraryVersion()
Get the version of this PKCS#11 module. |
String |
getManufacturerID()
Get the identifier of the manufacturer. |
int |
hashCode()
The overriding of this method should ensure that the objects of this class work correctly in a hashtable. |
String |
toString()
Returns the string representation of this object. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Version cryptokiVersion_
protected String manufacturerID_
protected String libraryDescription_
protected Version libraryVersion_
Constructor Detail |
protected Info(CK_INFO ckInfo)
ckInfo
- The info object as got from PKCS11.C_GetInfo().Method Detail |
public Object clone()
public Version getCryptokiVersion()
public String getManufacturerID()
public String getLibraryDescription()
public Version getLibraryVersion()
public String toString()
public boolean equals(Object otherObject)
otherObject
- The other Info object.
public int hashCode()
|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |