Home | History | Annotate | Download | only in native

Lines Matching full:authmethod

6739     const char* authMethod = SSL_authentication_method(ssl);
6740 authMethod=%s",
6741 ssl, authMethod);
6742 jstring authMethodString = env->NewStringUTF(authMethod);