|
@ -748,7 +748,7 @@ namespace pEp { |
|
|
|
|
|
|
|
|
PEP_CIPHER_SUITE to_CipherSuite(JNIEnv *env, jobject obj) |
|
|
PEP_CIPHER_SUITE to_CipherSuite(JNIEnv *env, jobject obj) |
|
|
{ |
|
|
{ |
|
|
static const char *classname = "foundation/pEp/jniadapter/Message$CipherSuite"; |
|
|
static const char *classname = "foundation/pEp/jniadapter/CipherSuite"; |
|
|
jclass clazz_enc_format = findClass(env, classname); |
|
|
jclass clazz_enc_format = findClass(env, classname); |
|
|
jfieldID field_value = env->GetFieldID(clazz_enc_format, "value", "I"); |
|
|
jfieldID field_value = env->GetFieldID(clazz_enc_format, "value", "I"); |
|
|
assert(field_value); |
|
|
assert(field_value); |
|
|