php8.5
Home/ Manual/ rnp / functions/ rnp_load_keys_from_path

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

ffi

Ffi-description

format

Key-format

input_path

file or directory containing the keys.

flags

Loadsave-flags

Return Values

Returns true on successFalseforfailure.

Source: reference/rnp/functions/rnp-load-keys-from-path.xml · from the official PHP manual (php/doc-en)