| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
|---|---|
| 2 | #include <jni.h> |
| 3 | /* Header for class sun_security_ec_ECKeyPairGenerator */ |
| 4 | |
| 5 | #ifndef _Included_sun_security_ec_ECKeyPairGenerator |
| 6 | #define _Included_sun_security_ec_ECKeyPairGenerator |
| 7 | #ifdef __cplusplus |
| 8 | extern "C"{ |
| 9 | #endif |
| 10 | #undef sun_security_ec_ECKeyPairGenerator_KEY_SIZE_MIN |
| 11 | #define sun_security_ec_ECKeyPairGenerator_KEY_SIZE_MIN 112L |
| 12 | #undef sun_security_ec_ECKeyPairGenerator_KEY_SIZE_MAX |
| 13 | #define sun_security_ec_ECKeyPairGenerator_KEY_SIZE_MAX 571L |
| 14 | /* |
| 15 | * Class: sun_security_ec_ECKeyPairGenerator |
| 16 | * Method: isCurveSupported |
| 17 | * Signature: ([B)Z |
| 18 | */ |
| 19 | JNIEXPORT jboolean JNICALL Java_sun_security_ec_ECKeyPairGenerator_isCurveSupported |
| 20 | (JNIEnv *, jclass, jbyteArray); |
| 21 | |
| 22 | /* |
| 23 | * Class: sun_security_ec_ECKeyPairGenerator |
| 24 | * Method: generateECKeyPair |
| 25 | * Signature: (I[B[B)[Ljava/lang/Object; |
| 26 | */ |
| 27 | JNIEXPORT jobjectArray JNICALL Java_sun_security_ec_ECKeyPairGenerator_generateECKeyPair |
| 28 | (JNIEnv *, jclass, jint, jbyteArray, jbyteArray); |
| 29 | |
| 30 | #ifdef __cplusplus |
| 31 | } |
| 32 | #endif |
| 33 | #endif |
| 34 |