rnp_locate_key
  Search for the key
  
 
  Description
  
   stringfalse rnp_locate_key(RnpFFI $ffi, string $identifier_type, string $identifier)
  
  
 
  Parameters
  
   
    - 
ffi
- 
     
      The FFI object returned by rnp_ffi_create.
      
- 
identifier_type
- 
     
      Identifier type string: "userid", "keyid", "fingerprint", "grip".
      
- 
identifier
- 
     
      PGP User ID (name and email) for "userid" type, hexadecimal string
      that represents key id, fingerprint or key grip correspondingly.
      
 
 
  Return Values
  
   Returns hexadecimal fingerprint of the key found on success or false on failure.