2 * WebNewKeyGeneration.h
5 * Created by Chris Blumenberg on Mon Aug 23 2004.
6 * Copyright (c) 2003 Apple Computer. All rights reserved.
10 #ifndef WEB_KEY_GENERATION_H
11 #define WEB_KEY_GENERATION_H
13 #import <WebKit/WebKeyGenerator.h>
15 #ifdef USE_NEW_KEY_GENERATION
17 #import <CoreFoundation/CoreFoundation.h>
22 CFStringRef signedPublicKeyAndChallengeString(unsigned keySize, CFStringRef challenge, CFStringRef keyDescription);
23 WebCertificateParseResult addCertificatesToKeychainFromData(const void *bytes, unsigned length);
29 #endif /* USE_NEW_KEY_GENERATION */
31 #endif /* WEB_KEY_GENERATION_H */