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 NSData; 00010 00011 @interface DigestMD5Authenticator : SASLAuthenticator 00012 { 00013 unsigned int _maxbuf:16; 00014 unsigned int _securityLevel:2; 00015 NSData *_expectedResponse; 00016 void *_cryptInfo; 00017 } 00018 00019 - (void)dealloc; 00020 - (void)setAuthenticationState:(int)fp8; 00021 - (id)responseForServerData:(id)fp8; 00022 - (void)setSecurityLevel:(int)fp8; 00023 - (int)securityLevel; 00024 - (void)setMaxBuffer:(unsigned int)fp8; 00025 - (void)setCryptInfo:(void *)fp8; 00026 - (void)setExpectedResponse:(id)fp8; 00027 00028 @end 00029