From 2f2a19f2e7f3522cdb80031f980f8b4c1356b2f1 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Wed, 13 Mar 2019 22:43:56 -0400 Subject: add Android bindings for PK signing --- android/olm-sdk/src/main/jni/olm_jni_helper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'android/olm-sdk/src/main/jni/olm_jni_helper.h') 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 9a23532..e9c03c8 100644 --- a/android/olm-sdk/src/main/jni/olm_jni_helper.h +++ b/android/olm-sdk/src/main/jni/olm_jni_helper.h @@ -1,6 +1,6 @@ /* * Copyright 2016 OpenMarket Ltd - * Copyright 2016 Vector Creations Ltd + * Copyright 2016,2018,2019 Vector Creations Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,4 +27,5 @@ namespace AndroidOlmSdk 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"; + static const char *CLASS_OLM_PK_SIGNING = "org/matrix/olm/OlmPkSigning"; } -- cgit v1.2.3