记录类的使用
org.springframework.boot.ssl.pem.PemSslStoreDetails
使用PemSslStoreDetails的程序包
-
org.springframework.boot.ssl.pem中PemSslStoreDetails的使用
修饰符和类型方法说明static PemSslStoreDetails
PemSslStoreDetails.forCertificate
(String certificate) Factory method to create a newPemSslStoreDetails
instance for the given certificate.static PemSslStoreDetails
PemSslStoreDetails.forCertificates
(String certificates) Factory method to create a newPemSslStoreDetails
instance for the given certificates.Return a newPemSslStoreDetails
instance with a new alias.PemSslStoreDetails.withPassword
(String password) Return a newPemSslStoreDetails
instance with a new password.PemSslStoreDetails.withPrivateKey
(String privateKey) Return a newPemSslStoreDetails
instance with a new private key.PemSslStoreDetails.withPrivateKeyPassword
(String privateKeyPassword) Return a newPemSslStoreDetails
instance with a new private key password.修饰符和类型方法说明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
.限定符构造器说明PemSslStoreBundle
(PemSslStoreDetails keyStoreDetails, PemSslStoreDetails trustStoreDetails) Create a newPemSslStoreBundle
instance.