接口的使用
org.springframework.boot.ssl.pem.PemSslStore
使用PemSslStore的程序包
-
org.springframework.boot.ssl.pem中PemSslStore的使用
修饰符和类型方法说明static PemSslStore
PemSslStore.load
(PemSslStoreDetails details) Return aPemSslStore
instance loaded using the givenPemSslStoreDetails
.static PemSslStore
PemSslStore.load
(PemSslStoreDetails details, ResourceLoader resourceLoader) Return aPemSslStore
instance loaded using the givenPemSslStoreDetails
.static PemSslStore
PemSslStore.of
(String type, String alias, String password, List<X509Certificate> certificates, PrivateKey privateKey) Factory method that can be used to create a newPemSslStore
with the given values.static PemSslStore
PemSslStore.of
(String type, List<X509Certificate> certificates, PrivateKey privateKey) Factory method that can be used to create a newPemSslStore
with the given values.static PemSslStore
PemSslStore.of
(List<X509Certificate> certificates, PrivateKey privateKey) Factory method that can be used to create a newPemSslStore
with the given values.default PemSslStore
Return a newPemSslStore
instance with a new alias.default PemSslStore
PemSslStore.withPassword
(String password) Return a newPemSslStore
instance with a new password.参数类型为PemSslStore的org.springframework.boot.ssl.pem中的构造器限定符构造器说明PemSslStoreBundle
(PemSslStore pemKeyStore, PemSslStore pemTrustStore) Create a newPemSslStoreBundle
instance.