Fixed DEREncoder test case to use the test self-signed cert, not the iphone dev cert, which doesn't pass the test case yet.
5 // Created by Jens Alfke on 5/29/09.
6 // Copyright 2009 Jens Alfke. All rights reserved.
9 #import <Foundation/Foundation.h>
12 @interface MYDEREncoder : NSObject
15 NSMutableData *_output;
19 - (id) initWithRootObject: (id)object;
20 + (NSData*) encodeRootObject: (id)rootObject error: (NSError**)outError;
22 @property (readonly) NSData* output;
23 @property (readonly, retain) NSError *error;