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

/frameworks/base/core/java/android/net/http/
H A DSslError.java54 public static final int SSL_INVALID = 5; field in class:SslError
150 // Map all other codes to SSL_INVALID.
151 return new SslError(SSL_INVALID, cert, url);

Completed in 46 milliseconds