• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 10.0.1.86
GDThreatUntrustedDeveloper.h
Go to the documentation of this file.
1 /*
2 * (c) 2019 BlackBerry Limited. All rights reserved.
3 *
4 */
5 
6 #import <Foundation/Foundation.h>
7 #import "GDPortability.h"
8 #import "GDThreatStatus.h"
9 #import "GDThreat.h"
10 
11 NS_ASSUME_NONNULL_BEGIN
12 
23 
27 - (instancetype)init NS_DESIGNATED_INITIALIZER;
28 
31 - (unsigned int)getUntrustedDevelopersDetected;
32 
35 - (NSArray *)getUntrustedDevelopers;
36 
37 @end
38 
39 NS_ASSUME_NONNULL_END
BBDThreat
Interface for retrieving threat details for a specific BBDThreatType.
Definition: GDThreat.h:176
GDThreatStatus.h
GDThreat.h
BBDThreatUntrustedDeveloper
Detect when an end user has permitted applications from an untrusted developer to be installed on an ...
Definition: GDThreatUntrustedDeveloper.h:22
-[BBDThreatUntrustedDeveloper getUntrustedDevelopers]
NSArray * getUntrustedDevelopers()
Gets the list of untrusted developers based on the names of the certificates detected on the device.
-[BBDThreatUntrustedDeveloper NS_DESIGNATED_INITIALIZER]
instancetype NS_DESIGNATED_INITIALIZER()
Creates an instance of BBDThreatUntrustedDeveloper.
-[BBDThreatUntrustedDeveloper getUntrustedDevelopersDetected]
unsigned int getUntrustedDevelopersDetected()
Gets the number of untrusted developer certificates detected on the device.
GDPortability.h