blob: b54241c26fba3af93dbbf5ec146052bbaf8a21ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class de_bjusystems_vdrmanager_utils_crypt_NativeDES */
#ifndef _Included_de_bjusystems_vdrmanager_utils_crypt_NativeDES
#define _Included_de_bjusystems_vdrmanager_utils_crypt_NativeDES
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: de_bjusystems_vdrmanager_utils_crypt_NativeDES
* Method: encrypt
* Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_de_bjusystems_vdrmanager_utils_crypt_NativeDES_encrypt
(JNIEnv *, jobject, jstring, jstring);
/*
* Class: de_bjusystems_vdrmanager_utils_crypt_NativeDES
* Method: decrypt
* Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_de_bjusystems_vdrmanager_utils_crypt_NativeDES_decrypt
(JNIEnv *, jobject, jstring, jstring);
#ifdef __cplusplus
}
#endif
#endif
|