credential_net_protocols_are_secure()

Indicate whether given protocols provide communication security.

Synopsis:

#include <sys/credential/credential_net.h>
 
bool credential_net_protocols_are_secure(credential_net_protocol_mask_t protocols)

Since:

BlackBerry 10.3.1

Arguments:

protocols

The network protocols in question.

Library:

libcredential (For the qcc command, use the -l bps option to link against this library)

Description:

Verify that all the protocols types in the input mask are are secure protocols.

The following protocols are considered to provide communication security:

Returns:

true if all of the given network protocols provide communication security, false otherwise.