30 lines
779 B
C
30 lines
779 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class itm_valueteam_securityutility_KeyJNIBridge */
|
|
|
|
#ifndef _Included_it_valueteam_securityutility_KeyJNIBridge
|
|
#define _Included_it_valueteam_securityutility_KeyJNIBridge
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: it_valueteam_securityutility_KeyJNIBridge
|
|
* Method: readKey
|
|
* Signature: (I)[B
|
|
*/
|
|
JNIEXPORT jbyteArray JNICALL Java_it_valueteam_securityutility_KeyJNIBridge_readKey
|
|
(JNIEnv *, jobject, jint);
|
|
|
|
/*
|
|
* Class: it_valueteam_securityutility_KeyJNIBridge
|
|
* Method: writeKey
|
|
* Signature: (I[B)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_it_valueteam_securityutility_KeyJNIBridge_writeKey
|
|
(JNIEnv *, jobject, jint, jbyteArray);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|