Android
Documentation
What is Android?
Getting Started
Installing the SDK
Upgrading the SDK
Developing/Debugging
Hello Android
Anatomy of an App
Notepad Tutorial
Development Tools
Application Model
Application Life Cycle
Developing Applications
Implementing a UI
Building Blocks
Data Storage and Retrieval
Security Model
Resources and i18n
Developer Toolbox
Design Philosophy
Building Custom Components
Optional APIs
Reference Information
Package Index
Class Index
Class Hierarchy
List of Views
List of Intents
List of Permissions
List of Resource Types
Android IDL
Glossary
Index
FAQs
General
Common Tasks
Troubleshooting
Open Source Licensing
Application Framework
Security
Goodies
javax.net.ssl
public interface
javax.net.ssl.HostnameVerifier
javax.net.ssl.HostnameVerifier
Known Indirect Subclasses
AbstractVerifier
,
AllowAllHostnameVerifier
,
BrowserCompatHostnameVerifier
,
StrictHostnameVerifier
,
X509HostnameVerifier
AbstractVerifier
Abstract base class for all standard
X509HostnameVerifier
implementations.
AllowAllHostnameVerifier
The ALLOW_ALL HostnameVerifier essentially turns hostname verification off.
BrowserCompatHostnameVerifier
The HostnameVerifier that works the same way as Curl and Firefox.
StrictHostnameVerifier
The Strict HostnameVerifier works the same way as Sun Java 1.4, Sun Java 5, Sun Java 6-rc.
X509HostnameVerifier
Interface for checking if a hostname matches the names stored inside the server's X.509 certificate.
Summary
Public Methods
boolean
verify
(
String
hostname,
SSLSession
session)
Details
Public Methods
public boolean verify(
String
hostname,
SSLSession
session)
Copyright 2007
Google Inc.
Build 0.9_r1-98467 - 14 Aug 2008 18:48