类 PemSslStoreBundle

java.lang.Object
org.springframework.boot.ssl.pem.PemSslStoreBundle
所有已实现的接口:
SslStoreBundle

public class PemSslStoreBundle extends Object implements SslStoreBundle
SslStoreBundle backed by PEM-encoded certificates and private keys.
从以下版本开始:
3.1.0
作者:
Scott Frederick, Phillip Webb, Moritz Halbritter
  • 构造器详细资料

    • PemSslStoreBundle

      public PemSslStoreBundle(PemSslStoreDetails keyStoreDetails, PemSslStoreDetails trustStoreDetails)
      Create a new PemSslStoreBundle instance.
      参数:
      keyStoreDetails - the key store details
      trustStoreDetails - the trust store details
    • PemSslStoreBundle

      public PemSslStoreBundle(PemSslStore pemKeyStore, PemSslStore pemTrustStore)
      Create a new PemSslStoreBundle instance.
      参数:
      pemKeyStore - the PEM key store
      pemTrustStore - the PEM trust store
      从以下版本开始:
      3.2.0
  • 方法详细资料