接口 SslBundles
- 所有已知实现类:
DefaultSslBundleRegistry
public interface SslBundles
A managed set of
SslBundle instances that can be retrieved by name.- 从以下版本开始:
- 4.0
- 作者:
- Scott Frederick
-
方法概要
-
方法详细资料
-
getBundle
Return anSslBundlewith the provided name.- 参数:
bundleName- the bundle name- 返回:
- the bundle
- 抛出:
NoSuchSslBundleException- if a bundle with the provided name does not exist
-