public class Info extends Object
| Constructor and Description |
|---|
Info(sun.security.pkcs11.wrapper.CK_INFO ckInfo)
Constructor taking the CK_INFO object of the token.
|
| Modifier and Type | Method and Description |
|---|---|
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 description 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.
|
public Info(sun.security.pkcs11.wrapper.CK_INFO ckInfo)
ckInfo - The info object as got from PKCS11.C_GetInfo().public Version getCryptokiVersion()
public String getManufacturerID()
public String getLibraryDescription()
public Version getLibraryVersion()
public String toString()
public boolean equals(Object otherObject)
Copyright © 2020. All rights reserved.