MYCrypto_Private.h
changeset 24 6856e071d25a
parent 21 2c300b15b381
child 26 d9c2a06d4e4e
     1.1 --- a/MYCrypto_Private.h	Sat Jun 06 15:01:28 2009 -0700
     1.2 +++ b/MYCrypto_Private.h	Tue Jun 09 23:58:03 2009 -0700
     1.3 @@ -53,10 +53,12 @@
     1.4  - (id) initWithKeyData: (NSData*)data;
     1.5  - (id) _initWithKeyData: (NSData*)data
     1.6              forKeychain: (SecKeychainRef)keychain;
     1.7 -@property (readonly) SecExternalItemType keyType;
     1.8 +@property (readonly) SecExternalItemType keyClass, keyType;
     1.9  @property (readonly) MYSHA1Digest* _keyDigest;
    1.10  - (NSData*) _crypt: (NSData *)data operation: (BOOL) op;    // YES to encrypt, NO to decrypt
    1.11 -#if !MYCRYPTO_USE_IPHONE_API
    1.12 +#if MYCRYPTO_USE_IPHONE_API
    1.13 ++ (SecKeyRef) _addKeyWithInfo: (NSMutableDictionary*)info;
    1.14 +#else
    1.15  @property (readonly) const CSSM_KEY* cssmKey;
    1.16  @property (readonly) const CSSM_CSP_HANDLE cssmCSPHandle;
    1.17  - (CSSM_CC_HANDLE) _createSignatureContext: (CSSM_ALGORITHMS)algorithm;