Orchestration SDK 5.7.0
Loading...
Searching...
No Matches
CDDCDataFeederProtocol.h
Go to the documentation of this file.
1
2//
3// Copyright (c) since 1999. VASCO DATA SECURITY
4// All rights reserved. http://www.vasco.com
5//
7
8#import <Foundation/Foundation.h>
9NS_ASSUME_NONNULL_BEGIN
10
14NS_REFINED_FOR_SWIFT
15@protocol CDDCDataFeederProtocol <NSObject>
16
23- (BOOL)setApplicationReleaseDate:(long)applicationReleaseDate error:(NSError **)error;
24
29- (void)setDeviceRooted:(BOOL)deviceRooted;
30
35- (void)setRaspProtected:(BOOL)raspProtected;
36
41- (void)setUntrustedKeyboard:(BOOL)untrustedKeyboard;
42
47- (void)setUntrustedScreenReaders:(BOOL)screenReader;
48
53- (void)setHookingFrameworks:(BOOL)hookingFrameworks;
54
59- (void)setNativeCodeHooks:(BOOL)nativeCodeHooks;
60
65- (void)setDebuggerAttached:(BOOL)debuggerAttached;
66
71- (void)setApplicationRepackaged:(BOOL)applicationRepackaged;
72
77- (void)setScreenshotDetected:(BOOL)screenshotDetected;
78
83- (void)setLibraryInjectionDetected:(BOOL)libraryInjectionDetected;
84
91- (BOOL)setRootingProbability:(int)rootingProbability error:(NSError **)error;
92
93@end
94
95NS_ASSUME_NONNULL_END