Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android での証明書ホスト名検証の実際の実装を探しています (インターフェースや抽象クラスではありません)。
ありがとう!
Android アプリは、JRE または Apache HttpClient のホスト名検証のいずれかを使用できることがわかりました。前者の場合、検証は X509TrustManagerImpl.java にあります。後者の場合、AbstractVerifier.java にあります。