Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/util/
DObjectIdentifier.java168 checkFirstComponent(bignum); in ObjectIdentifier()
182 checkFirstComponent(num); in ObjectIdentifier()
217 checkFirstComponent(values[0]); in ObjectIdentifier()
629 private static void checkFirstComponent(int first) throws IOException { in checkFirstComponent() method in ObjectIdentifier
635 private static void checkFirstComponent(BigInteger first) throws IOException { in checkFirstComponent() method in ObjectIdentifier
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DObjectIdentifier.java123 private static void checkFirstComponent(int first) throws java.io.IOException { in checkFirstComponent() method in ObjectIdentifier
127 private static void checkFirstComponent(java.math.BigInteger first) throws java.io.IOException { in checkFirstComponent() method in ObjectIdentifier