MYSymmetricKey.h
changeset 13 6fd9177eb6da
parent 12 e4c971be4079
child 14 3af1d1c0ceb5
     1.1 --- a/MYSymmetricKey.h	Sat Apr 18 18:12:06 2009 -0700
     1.2 +++ b/MYSymmetricKey.h	Sun Apr 19 00:01:41 2009 -0700
     1.3 @@ -53,6 +53,8 @@
     1.4  /** The key's size/length, in bits. */
     1.5  @property (readonly) unsigned keySizeInBits;
     1.6  
     1.7 +- (NSData*) exportWrappedKeyWithPassphrasePrompt: (NSString*)prompt;
     1.8 +
     1.9  
    1.10  /** A utility that prompts for a passphrase, using the Security agent's nice modal panel,
    1.11      and returns the raw passphrase as a string.