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

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertificateFactory_ImplTest.java249 private static String[] bad_content = { field in class:CertificateFactory_ImplTest
318 for (int i=0; i<bad_content.length; i++) {
320 (good[0][0] + bad_content[i] + good[0][1]).getBytes("UTF-8"));
589 for (int i=0; i<bad_content.length; i++) {
591 (good[0][0] + bad_content[i] + good[0][1]).getBytes("UTF-8"));
597 (good[0][0] + bad_content[i] + good[0][1]).getBytes("UTF-8"));
682 for (int i=0; i<bad_content.length; i++) {
684 (good[0][0] + bad_content[i] + good[0][1]).getBytes("UTF-8"));
690 (good[0][0] + bad_content[i] + good[0][1]).getBytes("UTF-8"));
696 (good[0][0] + bad_content[
[all...]

Completed in 2127 milliseconds