public interface JsseHostnameAuthorizer
Modifier and Type | Method and Description |
---|---|
boolean |
verified(String name,
SSLSession context)
Verify the passed in host name according to the context object.
|
boolean verified(String name, SSLSession context) throws IOException
name
- name of the host to be verified.context
- context object to do the verification under.IOException
Copyright © 2018 BouncyCastle.org. All rights reserved.