Home
last modified time | relevance | path

Searched refs:jni_custom_key_op_cert_path (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/native/
H A Dtls_context_options.c168 jstring jni_custom_key_op_cert_path = (*env)->GetObjectField( in Java_software_amazon_awssdk_crt_io_TlsContextOptions_tlsContextOptionsNew() local
175 if (jni_custom_key_op_cert_path && jni_custom_key_op_cert_contents) { in Java_software_amazon_awssdk_crt_io_TlsContextOptions_tlsContextOptionsNew()
197 } else if (jni_custom_key_op_cert_path) { in Java_software_amazon_awssdk_crt_io_TlsContextOptions_tlsContextOptionsNew()
199 … tls->certificate_path = aws_jni_new_string_from_jstring(env, jni_custom_key_op_cert_path); in Java_software_amazon_awssdk_crt_io_TlsContextOptions_tlsContextOptionsNew()