HomeSort by relevance Sort by last modified time
    Searched refs:ipStrToBytes (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
GeneralNameTest.java 87 * ipStrToBytes method testing.
145 byte[] res = GeneralName.ipStrToBytes((String) positives[i][0]);
155 byte[] bts = GeneralName.ipStrToBytes(ip);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 187 this.name = ipStrToBytes(name);
651 public static byte[] ipStrToBytes(String ip) throws IOException {

Completed in 60 milliseconds