Searched refs:algorithmIdClass (Results 1 – 1 of 1) sorted by relevance
853 Class<?> algorithmIdClass = Class.forName("sun.security.x509.AlgorithmId"); in oidToAlgorithmName() local854 Method getMethod = algorithmIdClass.getDeclaredMethod("get", String.class); in oidToAlgorithmName()856 Method getNameMethod = algorithmIdClass.getDeclaredMethod("getName"); in oidToAlgorithmName()