changeset 28 | 54b373aa65ab |
parent 24 | 6856e071d25a |
1.1 --- a/MYKey.h Tue Jun 09 23:58:03 2009 -0700 1.2 +++ b/MYKey.h Fri Aug 07 11:24:53 2009 -0700 1.3 @@ -39,6 +39,9 @@ 1.4 /** The key's raw data. */ 1.5 @property (readonly) NSData *keyData; 1.6 1.7 +/** The key's size/length, in bits. */ 1.8 +@property (readonly) unsigned keySizeInBits; 1.9 + 1.10 /** The user-visible name (kSecKeyPrintName) associated with this key in the Keychain. 1.11 The user can edit this, so don't expect it to be immutable. */ 1.12 @property (copy) NSString *name;