IsValidKeyHandle file

Command for check key handle.

The isValidKeyHandlefile command enables you to check whether a key file has a key handle or a real key (supported for RSA keys only).

Open a command prompt and run isValidKeyHandlefile command to check if a key file has a key handle or a real key (supported for RSA keys only).

Command

isValidKeyHandlefile -f <key_file>
Parameter Description
-f Name of the file containing the RSA private key to check.

Example

 Command: IsValidKeyHandlefile -f key.file 
Input file has key handle: 266211 
key.file can be generated using exportPrivateKey command or using openssl command.