1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class sun_security_ec_ECDHKeyAgreement */
4
5#ifndef _Included_sun_security_ec_ECDHKeyAgreement
6#define _Included_sun_security_ec_ECDHKeyAgreement
7#ifdef __cplusplus
8extern "C" {
9#endif
10/*
11 * Class: sun_security_ec_ECDHKeyAgreement
12 * Method: deriveKey
13 * Signature: ([B[B[B)[B
14 */
15JNIEXPORT jbyteArray JNICALL Java_sun_security_ec_ECDHKeyAgreement_deriveKey
16 (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray);
17
18#ifdef __cplusplus
19}
20#endif
21#endif
22