forked from shaba/openuds
30 lines
824 B
C
30 lines
824 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class net_sourceforge_jdpapi_DPAPI */
|
|
|
|
#ifndef _Included_net_sourceforge_jdpapi_DPAPI
|
|
#define _Included_net_sourceforge_jdpapi_DPAPI
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: net_sourceforge_jdpapi_DPAPI
|
|
* Method: CryptProtectData
|
|
* Signature: (Ljava/lang/String;[BZ)[B
|
|
*/
|
|
JNIEXPORT jbyteArray JNICALL Java_net_sourceforge_jdpapi_DPAPI_CryptProtectData
|
|
(JNIEnv *, jclass, jstring, jbyteArray, jboolean);
|
|
|
|
/*
|
|
* Class: net_sourceforge_jdpapi_DPAPI
|
|
* Method: CryptUnprotectData
|
|
* Signature: ([B[B)Ljava/lang/String;
|
|
*/
|
|
JNIEXPORT jstring JNICALL Java_net_sourceforge_jdpapi_DPAPI_CryptUnprotectData
|
|
(JNIEnv *, jclass, jbyteArray, jbyteArray);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|