Home
last modified time | relevance | path

Searched refs:algorithmIdClass (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/android/src/main/java/org/conscrypt/
DPlatform.java853 Class<?> algorithmIdClass = Class.forName("sun.security.x509.AlgorithmId"); in oidToAlgorithmName() local
854 Method getMethod = algorithmIdClass.getDeclaredMethod("get", String.class); in oidToAlgorithmName()
856 Method getNameMethod = algorithmIdClass.getDeclaredMethod("getName"); in oidToAlgorithmName()