HomeSort by relevance Sort by last modified time
    Searched full:constraintbytes (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 80 byte[][] constraintBytes = new byte[][] {
477 // constraintBytes = new byte[name_constraints.length][];
485 // constraintBytes[i] = constraints.getEncoded();
487 // System.out.println("XXX"+Arrays.deepToString(constraintBytes)+"XXX");
491 for (int i = 0; i < constraintBytes.length; i++) {
492 selector.setNameConstraints(constraintBytes[i]);
493 assertTrue(Arrays.equals(constraintBytes[i],
    [all...]

Completed in 152 milliseconds