rnp_load_keys_from_path
PHP function
Edit on GitHub ✎
(PECL rnp >= 0.1.1)
Load keys from specified path
Description
rnp_load_keys_from_path(RnpFFI $ffi, string $format, string $input_path, int $flags): bool
Note that for G10, the input must be a directory (which must already exist).
Parameters
ffiFfi-description
formatKey-format
input_pathfile or directory containing the keys.
flagsLoadsave-flags
Return Values
Returns true on successFalseforfailure.