UICB_PromptKeyComponent_t

Prompt for a key component from the user and verify its KCV. It is up to the library to convert the hex string entered as the key component to binary.

Synopsis

#include < uicallbacks.h >

CK_RV(* UICB_PromptKeyComponent_t)( 
   int                 compNum,
   int                 numComps,
   char *              pKeyComp,
   int *               pKeyCompLen
);
Parameter Description
compNum The number of the key component to get.
numComps The number of key components to get.
pKeyComp Location to store the verified key component.
pKeyCompLen Location to store the length of the key component.