MYOID.h
changeset 27 d0aadddb9c64
parent 19 f6c91b9da05b
child 28 54b373aa65ab
     1.1 --- a/MYOID.h	Thu Jun 04 18:36:30 2009 -0700
     1.2 +++ b/MYOID.h	Tue Jul 21 10:13:08 2009 -0700
     1.3 @@ -16,6 +16,10 @@
     1.4      NSData *_data;
     1.5  }
     1.6  
     1.7 +#if TARGET_OS_MAC
     1.8 ++ (MYOID*) OIDFromCSSM: (CSSM_OID)cssmOid;
     1.9 +#endif
    1.10 +
    1.11  - (id) initWithComponents: (const UInt32*)components count: (unsigned)componentCount;
    1.12  - (id) initWithBEREncoding: (NSData*)encoding;
    1.13  - (NSData*) DEREncoding;