aboutsummaryrefslogtreecommitdiff
path: root/android/olm-sdk/src/main/jni/olm_jni_helper.h
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2018-06-27 17:38:14 -0400
committerHubert Chathi <hubert@uhoreg.ca>2018-06-27 18:49:48 -0400
commit307309c69b99087489a5d2d2eccecee7751fead6 (patch)
tree21328bb745b6919bf16dc50e5e3ec779fafd66cd /android/olm-sdk/src/main/jni/olm_jni_helper.h
parent552da6eafecc29f6900854ebe7c55fa8a96002e4 (diff)
add initial version of Android wrapper for public key API
Diffstat (limited to 'android/olm-sdk/src/main/jni/olm_jni_helper.h')
-rw-r--r--android/olm-sdk/src/main/jni/olm_jni_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/olm-sdk/src/main/jni/olm_jni_helper.h b/android/olm-sdk/src/main/jni/olm_jni_helper.h
index a181b32..9a23532 100644
--- a/android/olm-sdk/src/main/jni/olm_jni_helper.h
+++ b/android/olm-sdk/src/main/jni/olm_jni_helper.h
@@ -25,4 +25,6 @@ namespace AndroidOlmSdk
static const char *CLASS_OLM_SESSION = "org/matrix/olm/OlmSession";
static const char *CLASS_OLM_ACCOUNT = "org/matrix/olm/OlmAccount";
static const char *CLASS_OLM_UTILITY = "org/matrix/olm/OlmUtility";
+ static const char *CLASS_OLM_PK_ENCRYPTION = "org/matrix/olm/OlmPkEncryption";
+ static const char *CLASS_OLM_PK_DECRYPTION = "org/matrix/olm/OlmPkDecryption";
}