/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/CertUI.framework/Headers/CertUIPrompt.h
https://github.com/zsh-tony/appletv-private-headers · C Header · 54 lines · 36 code · 4 blank · 14 comment · 0 complexity · b0a3035fb0e2d3d3065900d2a54da225 MD5 · raw file
- /**
- * This header is generated by class-dump-z 0.2a.
- * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
- *
- * Source: /System/Library/PrivateFrameworks/CertUI.framework/CertUI
- */
- #import <NSObject.h> // Unknown library
- #import "CertUI-Structs.h"
- @class NSString;
- @interface CertUIPrompt : NSObject {
- SecTrust *_trust; // 4 = 0x4
- NSString *_host; // 8 = 0x8
- NSString *_service; // 12 = 0xc
- NSString *_connectionDisplayName; // 16 = 0x10
- id _responseBlock; // 20 = 0x14
- }
- @property(copy, nonatomic) NSString *connectionDisplayName; // G=0x31233b5d; S=0x31234921; @synthesize=_connectionDisplayName
- @property(retain, nonatomic) NSString *host; // G=0x312348e1; S=0x312348f1; @synthesize=_host
- @property(retain, nonatomic) NSString *service; // G=0x31234901; S=0x31234911; @synthesize=_service
- @property(assign) SecTrust *trust; // G=0x31233b4d; S=0x31233b15; converted property
- + (id)promptQueue; // 0x31233be1
- + (id)stringForResponse:(int)response; // 0x312339fd
- - (id)_copyPropertiesFromTrust:(SecTrust *)trust; // 0x31233e65
- - (id)_digestFromTrust:(SecTrust *)trust; // 0x312342e1
- - (id)_expirationFromTrust:(SecTrust *)trust; // 0x31234239
- - (void)_informConsumerOfResponse:(int)response; // 0x31234739
- - (id)_messagingCenter; // 0x31234509
- - (id)_newUserInfoForDisplayName:(id)displayName hostname:(id)hostname trust:(SecTrust *)trust; // 0x31234325
- - (id)_propertyNamed:(id)named ofType:(id)type inProperties:(id)properties; // 0x31234081
- - (id)_purposeFromTrustProperties:(id)trustProperties; // 0x312341a9
- - (int)_responseFromReplyDict:(id)replyDict; // 0x31234535
- - (int)_sendRemoteMessage; // 0x312345a5
- - (id)_sendablePropertiesFromProperties:(id)properties; // 0x31233d5d
- - (id)_sendablePropertiesFromTrust:(SecTrust *)trust; // 0x31233ef1
- - (id)_sendablePropertyFromProperty:(id)property; // 0x31233c31
- - (id)_subtitleFromTrust:(SecTrust *)trust; // 0x3123404d
- - (id)_titleFromTrust:(SecTrust *)trust; // 0x31234019
- // declared property getter: - (id)connectionDisplayName; // 0x31233b5d
- - (void)dealloc; // 0x31233a1d
- - (id)description; // 0x31233aad
- // declared property getter: - (id)host; // 0x312348e1
- // declared property getter: - (id)service; // 0x31234901
- // declared property setter: - (void)setConnectionDisplayName:(id)name; // 0x31234921
- // declared property setter: - (void)setHost:(id)host; // 0x312348f1
- // declared property setter: - (void)setService:(id)service; // 0x31234911
- // converted property setter: - (void)setTrust:(SecTrust *)trust; // 0x31233b15
- - (int)showAndWaitForResponse; // 0x31234765
- - (void)showPromptWithResponseBlock:(id)responseBlock; // 0x31234671
- // converted property getter: - (SecTrust *)trust; // 0x31233b4d
- @end