9 #import <Foundation/Foundation.h> 12 @class SecurityPolicy;
22 @protocol SecurityPolicyManager <NSObject>
25 - (void)initializeWithSecurityPolicy:(SecurityPolicy*)securityPolicy;
28 - (
BOOL)fileNeedsOnlySoftwareEncryption:(NSString*)fileName;
30 - (SecurityPolicy*)securityPolicy;
31 - (
BOOL)shouldHideScreenContentsOnBackground;
32 - (
BOOL)shouldUnauthorizeOnBackground;
33 - (
BOOL)shouldBeAauthorized;
34 - (
BOOL)isMappedFileSupported;
35 - (
BOOL)webViewShouldLoadDataUsingURL;
37 - (void)clearKeyChain;
39 - (void)changePassword;
40 - (
BOOL)isConfidenfidentialProjectSupported;
41 - (NSOutputStream*)newOutputStreamToFileAtPath:(NSString*)filePath append:(
BOOL)append;
42 - (NSInputStream*)newInputStreamWithFileAtPath:(NSString*)filePath;
43 - (
BOOL)shouldThrowExceptionIfAccessedBeforeAuhtorization;
44 - (
BOOL)shouldUnauthorizeOnDeviceLock;
45 - (
BOOL)shouldHideCoverScreen;
46 - (
BOOL)shouldPresentMailComposerFromTopModalView;
47 - (void) clearViewController;
signed char BOOL
Definition: PDCwtypes.h:101
Definition: SecurityPolicyManager.h:14
void authorizationSuccess()
enum _EncryptionMode EncryptionMode
void authorizationFailure()