-
Notifications
You must be signed in to change notification settings - Fork 5
/
com_ravencoin_core_BRCoreMasterPubKey.h
executable file
·77 lines (68 loc) · 2.26 KB
/
com_ravencoin_core_BRCoreMasterPubKey.h
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_ravencoin_core_BRCoreMasterPubKey */
#ifndef _Included_com_ravencoin_core_BRCoreMasterPubKey
#define _Included_com_ravencoin_core_BRCoreMasterPubKey
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_ravencoin_core_BRCoreMasterPubKey
* Method: serialize
* Signature: ()[B
*/
JNIEXPORT jbyteArray JNICALL Java_com_ravencoin_core_BRCoreMasterPubKey_serialize
(JNIEnv *, jobject);
/*
* Class: com_ravencoin_core_BRCoreMasterPubKey
* Method: getPubKey
* Signature: ()[B
*/
JNIEXPORT jbyteArray JNICALL Java_com_ravencoin_core_BRCoreMasterPubKey_getPubKey
(JNIEnv *, jobject);
/*
* Class: com_ravencoin_core_BRCoreMasterPubKey
* Method: createPubKey
* Signature: ()J
*/
JNIEXPORT jlong JNICALL Java_com_ravencoin_core_BRCoreMasterPubKey_createPubKey
(JNIEnv *, jobject);
/*
* Class: com_ravencoin_core_BRCoreMasterPubKey
* Method: createJniCoreMasterPubKeyFromPhrase
* Signature: ([B)J
*/
JNIEXPORT jlong JNICALL Java_com_ravencoin_core_BRCoreMasterPubKey_createJniCoreMasterPubKeyFromPhrase
(JNIEnv *, jclass, jbyteArray);
/*
* Class: com_ravencoin_core_BRCoreMasterPubKey
* Method: createJniCoreMasterPubKeyFromSerialization
* Signature: ([B)J
*/
JNIEXPORT jlong JNICALL Java_com_ravencoin_core_BRCoreMasterPubKey_createJniCoreMasterPubKeyFromSerialization
(JNIEnv *, jclass, jbyteArray);
/*
* Class: com_ravencoin_core_BRCoreMasterPubKey
* Method: bip32BitIDKey
* Signature: ([BILjava/lang/String;)[B
*/
JNIEXPORT jbyteArray JNICALL Java_com_ravencoin_core_BRCoreMasterPubKey_bip32BitIDKey
(JNIEnv *, jclass, jbyteArray, jint, jstring);
/*
* Class: com_ravencoin_core_BRCoreMasterPubKey
* Method: validateRecoveryPhrase
* Signature: ([Ljava/lang/String;Ljava/lang/String;)Z
*/
JNIEXPORT jboolean JNICALL Java_com_ravencoin_core_BRCoreMasterPubKey_validateRecoveryPhrase
(JNIEnv *, jclass, jobjectArray, jstring);
/*
* Class: com_ravencoin_core_BRCoreMasterPubKey
* Method: generatePaperKey
* Signature: ([B[Ljava/lang/String;)[B
*/
JNIEXPORT jbyteArray JNICALL Java_com_ravencoin_core_BRCoreMasterPubKey_generatePaperKey
(JNIEnv *, jclass, jbyteArray, jobjectArray);
#ifdef __cplusplus
}
#endif
#endif