1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class sun_security_pkcs11_Secmod */
4
5#ifndef _Included_sun_security_pkcs11_Secmod
6#define _Included_sun_security_pkcs11_Secmod
7#ifdef __cplusplus
8extern "C" {
9#endif
10#undef sun_security_pkcs11_Secmod_DEBUG
11#define sun_security_pkcs11_Secmod_DEBUG 0L
12/*
13 * Class: sun_security_pkcs11_Secmod
14 * Method: nssGetLibraryHandle
15 * Signature: (Ljava/lang/String;)J
16 */
17JNIEXPORT jlong JNICALL Java_sun_security_pkcs11_Secmod_nssGetLibraryHandle
18 (JNIEnv *, jclass, jstring);
19
20/*
21 * Class: sun_security_pkcs11_Secmod
22 * Method: nssLoadLibrary
23 * Signature: (Ljava/lang/String;)J
24 */
25JNIEXPORT jlong JNICALL Java_sun_security_pkcs11_Secmod_nssLoadLibrary
26 (JNIEnv *, jclass, jstring);
27
28/*
29 * Class: sun_security_pkcs11_Secmod
30 * Method: nssVersionCheck
31 * Signature: (JLjava/lang/String;)Z
32 */
33JNIEXPORT jboolean JNICALL Java_sun_security_pkcs11_Secmod_nssVersionCheck
34 (JNIEnv *, jclass, jlong, jstring);
35
36/*
37 * Class: sun_security_pkcs11_Secmod
38 * Method: nssInitialize
39 * Signature: (Ljava/lang/String;JLjava/lang/String;Z)Z
40 */
41JNIEXPORT jboolean JNICALL Java_sun_security_pkcs11_Secmod_nssInitialize
42 (JNIEnv *, jclass, jstring, jlong, jstring, jboolean);
43
44/*
45 * Class: sun_security_pkcs11_Secmod
46 * Method: nssGetModuleList
47 * Signature: (JLjava/lang/String;)Ljava/lang/Object;
48 */
49JNIEXPORT jobject JNICALL Java_sun_security_pkcs11_Secmod_nssGetModuleList
50 (JNIEnv *, jclass, jlong, jstring);
51
52#ifdef __cplusplus
53}
54#endif
55#endif
56