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

  /external/chromium/net/base/
cert_database.h 80 UNTRUSTED = 0,
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 65 // *.ks1 - keystore containing untrusted certificates only
67 // *.ks3 - keystore containing both trusted and untrusted certificates
69 public static final int UNTRUSTED = 1;
141 * 1 - <code>KeyStore</code> with untrusted certificates only<br>
143 * 3 - <code>KeyStore</code> with both trusted and untrusted certificates
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 75 // *.ks1 - keystore containing untrusted certificates only
77 // *.ks3 - keystore containing both trusted and untrusted certificates
79 public static final int UNTRUSTED = 1;
149 * 1 - <code>KeyStore</code> with untrusted certificates only<br>
151 * 3 - <code>KeyStore</code> with both trusted and untrusted certificates
    [all...]

Completed in 553 milliseconds