All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tools.ecdsa.0.0.6.source-code.com_tuntunhz_ecdsa_jni_NativeSecp256.h Maven / Gradle / Ivy

The newest version!
/* DO NOT EDIT THIS FILE - it is machine generated */
#include 
/* Header for class com_tuntunhz_ecdsa_jni_NativeSecp256 */

#ifndef _Included_com_tuntunhz_ecdsa_jni_NativeSecp256
#define _Included_com_tuntunhz_ecdsa_jni_NativeSecp256
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     com_tuntunhz_ecdsa_jni_NativeSecp256
 * Method:    newPrivateKey
 * Signature: ()[B
 */
JNIEXPORT jbyteArray JNICALL Java_com_tuntunhz_ecdsa_jni_NativeSecp256_newPrivateKey
  (JNIEnv *, jobject);

/*
 * Class:     com_tuntunhz_ecdsa_jni_NativeSecp256
 * Method:    getPublicKey
 * Signature: ([B)[B
 */
JNIEXPORT jbyteArray JNICALL Java_com_tuntunhz_ecdsa_jni_NativeSecp256_getPublicKey
  (JNIEnv *, jobject, jbyteArray);

/*
 * Class:     com_tuntunhz_ecdsa_jni_NativeSecp256
 * Method:    sign
 * Signature: ([B[B)[B
 */
JNIEXPORT jbyteArray JNICALL Java_com_tuntunhz_ecdsa_jni_NativeSecp256_sign
  (JNIEnv *, jobject, jbyteArray, jbyteArray);

/*
 * Class:     com_tuntunhz_ecdsa_jni_NativeSecp256
 * Method:    verifySign
 * Signature: ([B[B[B)Z
 */
JNIEXPORT jboolean JNICALL Java_com_tuntunhz_ecdsa_jni_NativeSecp256_verifySign
  (JNIEnv *, jobject, jbyteArray, jbyteArray, jbyteArray);

/*
 * Class:     com_tuntunhz_ecdsa_jni_NativeSecp256
 * Method:    recoverPublicKey
 * Signature: ([B[B)[B
 */
JNIEXPORT jbyteArray JNICALL Java_com_tuntunhz_ecdsa_jni_NativeSecp256_recoverPublicKey
  (JNIEnv *, jobject, jbyteArray, jbyteArray);

#ifdef __cplusplus
}
#endif
#endif




© 2015 - 2024 Weber Informatics LLC | Privacy Policy