tools.ecdsa.0.0.6.source-code.com_tuntunhz_ecdsa_jni_NativeGroupSig.h Maven / Gradle / Ivy
The newest version!
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class com_tuntunhz_ecdsa_jni_NativeGroupSig */
#ifndef _Included_com_tuntunhz_ecdsa_jni_NativeGroupSig
#define _Included_com_tuntunhz_ecdsa_jni_NativeGroupSig
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_tuntunhz_ecdsa_jni_NativeGroupSig
* Method: newSeckey
* Signature: ([B)[B
*/
JNIEXPORT jbyteArray JNICALL Java_com_tuntunhz_ecdsa_jni_NativeGroupSig_newSeckey
(JNIEnv *, jclass, jbyteArray);
/*
* Class: com_tuntunhz_ecdsa_jni_NativeGroupSig
* Method: generatePublicKey
* Signature: ([B)[B
*/
JNIEXPORT jbyteArray JNICALL Java_com_tuntunhz_ecdsa_jni_NativeGroupSig_generatePublicKey
(JNIEnv *, jclass, jbyteArray);
/*
* Class: com_tuntunhz_ecdsa_jni_NativeGroupSig
* Method: sign
* Signature: ([B[B)[B
*/
JNIEXPORT jbyteArray JNICALL Java_com_tuntunhz_ecdsa_jni_NativeGroupSig_sign
(JNIEnv *, jclass, jbyteArray, jbyteArray);
/*
* Class: com_tuntunhz_ecdsa_jni_NativeGroupSig
* Method: verifySign
* Signature: ([B[B[B)Z
*/
JNIEXPORT jboolean JNICALL Java_com_tuntunhz_ecdsa_jni_NativeGroupSig_verifySign
(JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray);
/*
* Class: com_tuntunhz_ecdsa_jni_NativeGroupSig
* Method: genSharePiece
* Signature: ([[B[B)[B
*/
JNIEXPORT jbyteArray JNICALL Java_com_tuntunhz_ecdsa_jni_NativeGroupSig_genSharePiece
(JNIEnv *, jclass, jobjectArray, jbyteArray);
/*
* Class: com_tuntunhz_ecdsa_jni_NativeGroupSig
* Method: aggregateSeckeys
* Signature: ([[B)[B
*/
JNIEXPORT jbyteArray JNICALL Java_com_tuntunhz_ecdsa_jni_NativeGroupSig_aggregateSeckeys
(JNIEnv *, jclass, jobjectArray);
/*
* Class: com_tuntunhz_ecdsa_jni_NativeGroupSig
* Method: aggregatePublicKeys
* Signature: ([[B)[B
*/
JNIEXPORT jbyteArray JNICALL Java_com_tuntunhz_ecdsa_jni_NativeGroupSig_aggregatePublicKeys
(JNIEnv *, jclass, jobjectArray);
/*
* Class: com_tuntunhz_ecdsa_jni_NativeGroupSig
* Method: recoverGroupSignature
* Signature: ([[B[[BI)[B
*/
JNIEXPORT jbyteArray JNICALL Java_com_tuntunhz_ecdsa_jni_NativeGroupSig_recoverGroupSignature
(JNIEnv *, jclass, jobjectArray, jobjectArray, jint);
#ifdef __cplusplus
}
#endif
#endif