Searched refs:algorithmIdClass (Results 1 – 5 of 5) sorted by relevance
555 Class<?> algorithmIdClass = Class.forName("sun.security.x509.AlgorithmId"); in oidToAlgorithmName() local556 Method getMethod = algorithmIdClass.getDeclaredMethod("get", String.class); in oidToAlgorithmName()558 Method getNameMethod = algorithmIdClass.getDeclaredMethod("getName"); in oidToAlgorithmName()
557 Class<?> algorithmIdClass = Class.forName("sun.security.x509.AlgorithmId"); in oidToAlgorithmName() local558 Method getMethod = algorithmIdClass.getDeclaredMethod("get", String.class); in oidToAlgorithmName()560 Method getNameMethod = algorithmIdClass.getDeclaredMethod("getName"); in oidToAlgorithmName()
740 Class<?> algorithmIdClass = Class.forName("sun.security.x509.AlgorithmId"); in oidToAlgorithmName() local741 Method getMethod = algorithmIdClass.getDeclaredMethod("get", String.class); in oidToAlgorithmName()743 Method getNameMethod = algorithmIdClass.getDeclaredMethod("getName"); in oidToAlgorithmName()
META-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...