Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/util/
DObjectIdentifier.java173 checkSecondComponent(first, bignum); in ObjectIdentifier()
187 checkSecondComponent(first, num); in ObjectIdentifier()
219 checkSecondComponent(values[0], values[1]); in ObjectIdentifier()
636 private static void checkSecondComponent(int first, int second) throws IOException { in checkSecondComponent() method in ObjectIdentifier
642 private static void checkSecondComponent(int first, BigInteger second) throws IOException { in checkSecondComponent() method in ObjectIdentifier