public interface JsseHostnameAuthorizer
| Modifier and Type | Method and Description |
|---|---|
boolean |
verified(java.lang.String name,
javax.net.ssl.SSLSession context)
Verify the passed in host name according to the context object.
|
boolean verified(java.lang.String name,
javax.net.ssl.SSLSession context)
throws java.io.IOException
name - name of the host to be verified.context - context object to do the verification under.java.io.IOException