类 PemSslStoreBundle

java.lang.Object
cn.taketoday.core.ssl.pem.PemSslStoreBundle
所有已实现的接口:
SslStoreBundle

public class PemSslStoreBundle extends Object implements SslStoreBundle
SslStoreBundle backed by PEM-encoded certificates and private keys.
从以下版本开始:
4.0
作者:
Scott Frederick, Phillip Webb, Harry Yang