Uses of Class
iaik.pkcs.pkcs11.wrapper.CK_TOKEN_INFO
-
Packages that use CK_TOKEN_INFO Package Description iaik.pkcs.pkcs11.wrapper org.xipki.pkcs11.wrapper -
-
Uses of CK_TOKEN_INFO in iaik.pkcs.pkcs11.wrapper
Methods in iaik.pkcs.pkcs11.wrapper that return CK_TOKEN_INFO Modifier and Type Method Description CK_TOKEN_INFOPKCS11. C_GetTokenInfo(long slotID)C_GetTokenInfo obtains information about a particular token in the system.CK_TOKEN_INFOPKCS11Implementation. C_GetTokenInfo(long slotID)C_GetTokenInfo obtains information about a particular token in the system. -
Uses of CK_TOKEN_INFO in org.xipki.pkcs11.wrapper
Constructors in org.xipki.pkcs11.wrapper with parameters of type CK_TOKEN_INFO Constructor Description TokenInfo(CK_TOKEN_INFO ckTokenInfo)Constructor taking CK_TOKEN_INFO as given returned by PKCS11.C_GetTokenInfo.
-