Searched refs:trusted (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DTrustManagerImpl.java158 List<X509Certificate> trusted = new ArrayList<X509Certificate>();
163 trusted.add(cert);
166 return trusted.toArray(new X509Certificate[trusted.size()]);
191 * Validates whether a server is trusted. If hostname is given and non-null it also checks if
236 // trusted a non-self-signed cert.
271 // chain was entirely trusted, skip the validator
382 * already trusted and failing that check the KeyStore if it is
391 // not trusted and no TrustedCertificateStore to check
/libcore/luni/src/main/java/java/nio/charset/
H A DCharsetEncoder.java135 CharsetEncoder(Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] replacement, boolean trusted) { argument
148 if (trusted) {

Completed in 121 milliseconds