pskc_set_key_policy_pinminlength (3) Linux Manual Page
pskc_set_key_policy_pinminlength – API function Synopsis #include <pskc.h> void pskc_set_key_policy_pinminlength(pskc_key_t *key, uint32_t minlength); Arguments pskc_key_t * key a pskc_key_t handle, from pskc_get_keypackage(). uint32_t minlength the length to set. Description Set the PSKC KeyPackage Key Policy PINPolicy MinLength value. This attribute indicates the minimum length of a PIN that can be set to protect the associated key….
