public class ModuleInfo extends Object
| Constructor and Description |
|---|
ModuleInfo(CK_INFO ckInfo)
Constructor taking the CK_INFO object of the token.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
toString()
Returns the string representation of this object.
|
public ModuleInfo(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()
Copyright © 2023. All rights reserved.