|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--iaik.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 java.lang.String |
libraryDescription_
A description of this module. |
protected Version |
libraryVersion_
The version number of this module. |
protected java.lang.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 | |
java.lang.Object |
clone()
Create a (deep) clone of this object. |
boolean |
equals(java.lang.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. |
java.lang.String |
getLibraryDescription()
Get a short descrption of this module. |
Version |
getLibraryVersion()
Get the version of this PKCS#11 module. |
java.lang.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. |
java.lang.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 java.lang.String manufacturerID_
protected java.lang.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 java.lang.Object clone()
clone
in class java.lang.Object
public Version getCryptokiVersion()
public java.lang.String getManufacturerID()
public java.lang.String getLibraryDescription()
public Version getLibraryVersion()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object otherObject)
equals
in class java.lang.Object
otherObject
- The other Info object.public int hashCode()
hashCode
in class java.lang.Object
|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |