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

  /cts/tests/tests/net/src/android/net/http/cts/
SslCertificate_DNameTest.java 10 * Unless required by applicable law or agreed to in writing, software
67 final String BY = "e=aeei,c=adb,o=testOName,ou=testUName,cn=testCName";
71 SslCertificate ssl = new SslCertificate(TO, BY, DateFormat.getInstance().format(
SslCertificateTest.java 10 * Unless required by applicable law or agreed to in writing, software
231 assertNotNull(saved.getString("issued-by"));
276 final String BY = "e=aeei,c=adb,o=testOName,ou=testUName,cn=testCName";
280 SslCertificate ssl = new SslCertificate(TO, BY, date1, date2);
290 assertEquals(BY, issuedBy.getDName());
297 + "Issued by: e=aeei,c=adb,o=testOName,ou=testUName,cn=testCName;\n";

Completed in 1517 milliseconds