| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 2 | #include <jni.h> |
| 3 | /* Header for class sun_security_smartcardio_PlatformPCSC */ |
| 4 | |
| 5 | #ifndef _Included_sun_security_smartcardio_PlatformPCSC |
| 6 | #define _Included_sun_security_smartcardio_PlatformPCSC |
| 7 | #ifdef __cplusplus |
| 8 | extern "C" { |
| 9 | #endif |
| 10 | #undef sun_security_smartcardio_PlatformPCSC_SCARD_PROTOCOL_T0 |
| 11 | #define sun_security_smartcardio_PlatformPCSC_SCARD_PROTOCOL_T0 1L |
| 12 | #undef sun_security_smartcardio_PlatformPCSC_SCARD_PROTOCOL_T1 |
| 13 | #define sun_security_smartcardio_PlatformPCSC_SCARD_PROTOCOL_T1 2L |
| 14 | #undef sun_security_smartcardio_PlatformPCSC_SCARD_PROTOCOL_RAW |
| 15 | #define sun_security_smartcardio_PlatformPCSC_SCARD_PROTOCOL_RAW 4L |
| 16 | #undef sun_security_smartcardio_PlatformPCSC_SCARD_UNKNOWN |
| 17 | #define sun_security_smartcardio_PlatformPCSC_SCARD_UNKNOWN 1L |
| 18 | #undef sun_security_smartcardio_PlatformPCSC_SCARD_ABSENT |
| 19 | #define sun_security_smartcardio_PlatformPCSC_SCARD_ABSENT 2L |
| 20 | #undef sun_security_smartcardio_PlatformPCSC_SCARD_PRESENT |
| 21 | #define sun_security_smartcardio_PlatformPCSC_SCARD_PRESENT 4L |
| 22 | #undef sun_security_smartcardio_PlatformPCSC_SCARD_SWALLOWED |
| 23 | #define sun_security_smartcardio_PlatformPCSC_SCARD_SWALLOWED 8L |
| 24 | #undef sun_security_smartcardio_PlatformPCSC_SCARD_POWERED |
| 25 | #define sun_security_smartcardio_PlatformPCSC_SCARD_POWERED 16L |
| 26 | #undef sun_security_smartcardio_PlatformPCSC_SCARD_NEGOTIABLE |
| 27 | #define sun_security_smartcardio_PlatformPCSC_SCARD_NEGOTIABLE 32L |
| 28 | #undef sun_security_smartcardio_PlatformPCSC_SCARD_SPECIFIC |
| 29 | #define sun_security_smartcardio_PlatformPCSC_SCARD_SPECIFIC 64L |
| 30 | /* |
| 31 | * Class: sun_security_smartcardio_PlatformPCSC |
| 32 | * Method: initialize |
| 33 | * Signature: (Ljava/lang/String;)V |
| 34 | */ |
| 35 | JNIEXPORT void JNICALL Java_sun_security_smartcardio_PlatformPCSC_initialize |
| 36 | (JNIEnv *, jclass, jstring); |
| 37 | |
| 38 | #ifdef __cplusplus |
| 39 | } |
| 40 | #endif |
| 41 | #endif |
| 42 | |