Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/util/
DObjectIdentifier.java172 checkSecondComponent(first, bignum); in ObjectIdentifier()
186 checkSecondComponent(first, num); in ObjectIdentifier()
218 checkSecondComponent(values[0], values[1]); in ObjectIdentifier()
642 private static void checkSecondComponent(int first, int second) throws IOException { in checkSecondComponent() method in ObjectIdentifier
648 private static void checkSecondComponent(int first, BigInteger second) throws IOException { in checkSecondComponent() method in ObjectIdentifier
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DObjectIdentifier.java131 private static void checkSecondComponent(int first, int second) throws java.io.IOException { in checkSecondComponent() method in ObjectIdentifier
135 private static void checkSecondComponent(int first, java.math.BigInteger second) in checkSecondComponent() method in ObjectIdentifier