Versions in this module Expand all Collapse all v2 v2.3.3 Oct 19, 2023 Changes in this version + type IHSMAdapter interface + PKCS11_GetAESKeyId func(keyIdex int) (string, error) + PKCS11_GetECCKeyId func(keyIdex int, isPrivate bool) (string, error) + PKCS11_GetRSAKeyId func(keyIdex int, isPrivate bool) (string, error) + PKCS11_GetSM2KeyId func(keyIdex int, isPrivate bool) (string, error) + PKCS11_GetSM3SM2CKM func() uint + PKCS11_GetSM4KeyId func(keyIdex int) (string, error) + SDF_GetAESKeyAccessRight func(keyIdex int) (newKeyIdex int, need bool) + SDF_GetRSAKeyAccessRight func(keyIdex int) (newKeyIdex int, need bool) + SDF_GetSM2KeyAccessRight func(keyIdex int) (newKeyIdex int, need bool) + SDF_GetSM4KeyAccessRight func(keyIdex int) (newKeyIdex int, need bool) + func GetHSMAdapter(pluginPath string) IHSMAdapter + func Load(pluginPath string) (IHSMAdapter, error)