public class ModuleInfo
extends java.lang.Object
| Constructor and Description |
|---|
ModuleInfo(sun.security.pkcs11.wrapper.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.
|
java.lang.String |
getLibraryDescription()
Get a short description of this module.
|
Version |
getLibraryVersion()
Get the version of this PKCS#11 module.
|
java.lang.String |
getManufacturerID()
Get the identifier of the manufacturer.
|
java.lang.String |
toString()
Returns the string representation of this object.
|
public ModuleInfo(sun.security.pkcs11.wrapper.CK_INFO ckInfo)
ckInfo - The info object as got from PKCS11.C_GetInfo().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.ObjectCopyright © 2023. All rights reserved.