Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
MSSOrchestration.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 <UIKit/UIKit.h>
9
10// Pin Interface
11#import <MSSOrchestration/PinDigitsView.h>
12
13// Authentication
14#import <MSSOrchestration/UserAuthenticationDelegate.h>
15#import <MSSOrchestration/UserAuthenticationInputDelegate.h>
16
17// CDDC
18#import <MSSOrchestration/CDDCDataFeederProtocol.h>
19#import <MSSOrchestration/CDDCMessageParams.h>
20#import <MSSOrchestration/CDDCParams.h>
21
22// User
23#import <MSSOrchestration/UserInformationProtocol.h>
24#import <MSSOrchestration/UserManagerProtocol.h>
25#import <MSSOrchestration/OrchestrationUser.h>
26#import <MSSOrchestration/OrchestrationAccessGroup.h>
27
28// Error
29#import <MSSOrchestration/OrchestrationError.h>
30#import <MSSOrchestration/OrchestrationErrorCodes.h>
31#import <MSSOrchestration/OrchestrationErrorDelegate.h>
32#import <MSSOrchestration/OrchestrationServerError.h>
33#import <MSSOrchestration/OrchestrationWarning.h>
34#import <MSSOrchestration/OrchestrationWarningCodes.h>
35#import <MSSOrchestration/OrchestrationWarningDelegate.h>
36
37// Exception
38#import <MSSOrchestration/OrchestrationException.h>
39#import <MSSOrchestration/ActivationInputException.h>
40#import <MSSOrchestration/PasswordException.h>
41#import <MSSOrchestration/InputException.h>
42
43// Flows
44#import <MSSOrchestration/CryptoAppIndex.h>
45#import <MSSOrchestration/PasswordError.h>
46#import <MSSOrchestration/InputError.h>
47#import <MSSOrchestration/ProtectionType.h>
48
49// Flows/Activation
50#import <MSSOrchestration/ActivationDelegate.h>
51#import <MSSOrchestration/ActivationInputError.h>
52#import <MSSOrchestration/ActivationParams.h>
53
54// Flows/Activation/Online
55#import <MSSOrchestration/OnlineActivationDelegate.h>
56#import <MSSOrchestration/OnlineActivationInputError.h>
57#import <MSSOrchestration/OnlineActivationParams.h>
58
59// Flows/ChangePassword
60#import <MSSOrchestration/ChangePasswordDelegate.h>
61#import <MSSOrchestration/ChangePasswordParams.h>
62
63// Flows/LocalAuthentication
64#import <MSSOrchestration/LocalAuthenticationParams.h>
65#import <MSSOrchestration/LocalAuthenticationDelegate.h>
66
67// Flows/LocalTransaction
68#import <MSSOrchestration/LocalTransactionDelegate.h>
69#import <MSSOrchestration/LocalTransactionParams.h>
70
71// Flows/Notification
72#import <MSSOrchestration/NotificationRegistrationDelegate.h>
73#import <MSSOrchestration/NotificationRegistrationParams.h>
74
75// Flows/RemoteAuth
76#import <MSSOrchestration/RemoteAuthenticationDelegate.h>
77#import <MSSOrchestration/RemoteAuthenticationDisplayDataCallerDelegate.h>
78
79// Flows/RemoteTransaction
80#import <MSSOrchestration/RemoteTransactionDelegate.h>
81#import <MSSOrchestration/RemoteTransactionDisplayDataCallerDelegate.h>
82
83// Orchestration
84#import <MSSOrchestration/OrchestrationProtocol.h>
85#import <MSSOrchestration/OrchestratorBuilder.h>
86
87#define OrchestrationSDK_VERSION @"5.10.1"
88
90FOUNDATION_EXPORT double OrchestrationSDKVersionNumber;
91
93FOUNDATION_EXPORT const unsigned char OrchestrationSDKVersionString[];
94
FOUNDATION_EXPORT const unsigned char OrchestrationSDKVersionString[]
Project version string for OrchestrationSDK.
Definition MSSOrchestration.h:93
FOUNDATION_EXPORT double OrchestrationSDKVersionNumber
Project version number for OrchestrationSDK.
Definition MSSOrchestration.h:90