diff -r f6c91b9da05b -r 2c300b15b381 MYASN1Object.h --- a/MYASN1Object.h Thu Jun 04 18:36:30 2009 -0700 +++ b/MYASN1Object.h Sat Jun 06 15:01:28 2009 -0700 @@ -45,6 +45,9 @@ The value contains the bytes of the integer, in big-endian order. This is mostly used internally by MYParsedCertificate. */ @interface MYASN1BigInteger : MYASN1Object +- (id) initWithSignedData: (NSData*)signedData; +- (id) initWithUnsignedData: (NSData*) unsignedData; +@property (readonly) NSData *signedData, *unsignedData; @end