Uses of Class
iaik.pkcs.pkcs11.wrapper.CK_MECHANISM_INFO
-
Packages that use CK_MECHANISM_INFO Package Description iaik.pkcs.pkcs11.wrapper org.xipki.pkcs11.wrapper -
-
Uses of CK_MECHANISM_INFO in iaik.pkcs.pkcs11.wrapper
Methods in iaik.pkcs.pkcs11.wrapper that return CK_MECHANISM_INFO Modifier and Type Method Description CK_MECHANISM_INFOPKCS11. C_GetMechanismInfo(long slotID, long type)C_GetMechanismInfo obtains information about a particular mechanism possibly supported by a token.CK_MECHANISM_INFOPKCS11Implementation. C_GetMechanismInfo(long slotID, long type)C_GetMechanismInfo obtains information about a particular mechanism possibly supported by a token. -
Uses of CK_MECHANISM_INFO in org.xipki.pkcs11.wrapper
Constructors in org.xipki.pkcs11.wrapper with parameters of type CK_MECHANISM_INFO Constructor Description MechanismInfo(CK_MECHANISM_INFO ckMechanismInfo)Constructor taking a CK_MECHANISM_INFO object as data source.
-