[][src]Function uclicious_libucl_sys::ucl_parser_pubkey_add

pub unsafe extern "C" fn ucl_parser_pubkey_add(
    parser: *mut ucl_parser,
    key: *const c_uchar,
    len: usize
) -> bool

Add new public key to parser for signatures check @param parser parser object @param key PEM representation of a key @param len length of the key @param err if *err is NULL it is set to parser error @return true if a key has been successfully added