2 * Copyright (c) 2003 Apple Computer, Inc. All Rights Reserved.
4 * The contents of this file constitute Original Code as defined in and are
5 * subject to the Apple Public Source License Version 1.2 (the 'License').
6 * You may not use this file except in compliance with the License. Please
7 * obtain a copy of the License at http://www.apple.com/publicsource and
8 * read it before using this file.
10 * This Original Code and all software distributed under the License are
11 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
12 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
13 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
14 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
15 * Please see the License for the specific language governing rights and
16 * limitations under the License.
22 #ifndef _NSS_APP_UTILS_H_
23 #define _NSS_APP_UTILS_H_
25 #include <Security/cssmtype.h>
31 CSSM_RETURN
extractDsaPartial(
32 CSSM_CSP_HANDLE cspHand
,
33 const CSSM_KEY
*pubKey
,
34 CSSM_KEY_PTR pubKeyPartial
);
40 #endif /* _NSS_APP_UTILS_H_ */