Searched defs:toIntArray (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
H A DObjectIdentifier.java70 this.oid = toIntArray(strOid);
268 public static int[] toIntArray(String str) { method in class:ObjectIdentifier
269 return toIntArray(str, true);
276 * String representation is defined as for {@link #toIntArray}.
282 return toIntArray(str, false) != null;
298 private static int[] toIntArray(String str, boolean shouldThrow) { method in class:ObjectIdentifier

Completed in 57 milliseconds