public interface TrustManagerProvider
| Modifier and Type | Method and Description |
|---|---|
TrustManager |
create(List<String> host) |
TrustManager |
create(String host) |
TrustManager create(String host) throws KeyStoreException, NoSuchAlgorithmException
TrustManager create(List<String> host) throws KeyStoreException, NoSuchAlgorithmException
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.