00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import <Message/SASLAuthenticator.h> 00008 00009 @class YahooAccount; 00010 00011 @interface XYMPKIAuthenticator : SASLAuthenticator 00012 { 00013 BOOL sentInitialResponse; 00014 YahooAccount *_yahooAccount; 00015 struct _lockdown_connection *_lockdown; 00016 BOOL _usedCachedSignature; 00017 } 00018 00019 - (id)responseForServerData:(id)fp8; 00020 - (id)saslName; 00021 - (BOOL)base64EncodeResponseData; 00022 - (void)setAuthenticationState:(int)fp8; 00023 - (BOOL)couldRetry; 00024 - (void)dealloc; 00025 00026 @end 00027