Home | History | Annotate | Download | only in conscrypt

Lines Matching defs:getClass

103             Method setCurveName = spec.getClass().getDeclaredMethod("setCurveName", String.class);
115 getClass("android.system.StructTimeval", "libcore.io.StructTimeval");
148 getClass("android.system.OsConstants", "libcore.io.OsConstants");
166 Method m_setsockoptTimeval = instance_os.getClass().getMethod("setsockoptTimeval",
189 params.getClass().getMethod("getEndpointIdentificationAlgorithm");
193 Method m_getUseCipherSuitesOrder = params.getClass().getMethod("getUseCipherSuitesOrder");
236 Method m_getServerNames = params.getClass().getMethod("getServerNames");
253 params.getClass().getMethod("setEndpointIdentificationAlgorithm", String.class);
258 params.getClass().getMethod("setUseCipherSuitesOrder", boolean.class);
282 Method m_setServerNames = params.getClass().getMethod("setServerNames", List.class);
308 Method m_setServerNames = params.getClass().getMethod("setServerNames", List.class);
318 private static Class<?> getClass(String... klasses) {
347 Method method = tm.getClass().getMethod(
434 + javaKey.getClass().getCanonicalName());
466 getPkeyContext = opensslKey.getClass().getDeclaredMethod("getPkeyContext");
550 if (gcmSpecClass != null && gcmSpecClass.isAssignableFrom(params.getClass())) {