diff -r 6fd9177eb6da -r df9da0f6b358 MYKey.h --- a/MYKey.h Sun Apr 19 00:01:41 2009 -0700 +++ b/MYKey.h Fri Jun 05 08:57:18 2009 -0700 @@ -30,6 +30,9 @@ @interface MYKey : MYKeychainItem { } +/** Creates a key from encoded data (but does not add it to any keychain.) */ +- (id) initWithKeyData: (NSData*)data; + /** The key's raw data. */ @property (readonly) NSData *keyData;