1.1 --- a/MYPublicKey.m Sun Jun 07 21:53:56 2009 -0700
1.2 +++ b/MYPublicKey.m Wed Jun 10 09:02:18 2009 -0700
1.3 @@ -29,7 +29,6 @@
1.4 return [self initWithKeyData: keyData];
1.5 }
1.6
1.7 -
1.8 - (void) dealloc
1.9 {
1.10 [_digest release];
1.11 @@ -48,10 +47,6 @@
1.12 - (SecExternalItemType) keyType {
1.13 return kSecAttrKeyTypeRSA;
1.14 }
1.15 -
1.16 -- (MYSHA1Digest*) _keyDigest {
1.17 - return (MYSHA1Digest*) [MYSHA1Digest digestFromDigestData: [self _attribute: kSecAttrApplicationLabel]];
1.18 -}
1.19 #endif
1.20
1.21 - (NSUInteger)hash {