Home
last modified time | relevance | path

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

/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
/libcore/ojluni/src/main/java/sun/security/util/
DObjectIdentifier.java642 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