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