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 84 byte[][] constraintBytes = new byte[][] {
510 // constraintBytes = new byte[name_constraints.length][];
518 // constraintBytes[i] = constraints.getEncoded();
520 // System.out.println("XXX"+Arrays.deepToString(constraintBytes)+"XXX");
524 for (int i = 0; i < constraintBytes.length; i++) {
525 selector.setNameConstraints(constraintBytes[i]);
526 assertTrue(Arrays.equals(constraintBytes[i], selector
    [all...]

Completed in 932 milliseconds