Beispiel #1
0
 static void n_SetEnabledCiphers_arrayLjava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_enabledCiphers)
 {
     global::Org.Eclipse.Paho.Client.Mqttv3.Internal.SSLNetworkModule __this = global::Java.Lang.Object.GetObject <global::Org.Eclipse.Paho.Client.Mqttv3.Internal.SSLNetworkModule> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     string[] enabledCiphers = (string[])JNIEnv.GetArray(native_enabledCiphers, JniHandleOwnership.DoNotTransfer, typeof(string));
     __this.SetEnabledCiphers(enabledCiphers);
     if (enabledCiphers != null)
     {
         JNIEnv.CopyArray(enabledCiphers, native_enabledCiphers);
     }
 }