Uses of Record Class
org.springframework.boot.ssl.pem.PemSslStoreDetails
Packages that use PemSslStoreDetails
Package
Description
SSL trust material provider for PEM-encoded certificates.
-
Uses of PemSslStoreDetails in org.springframework.boot.ssl.pem
Methods in org.springframework.boot.ssl.pem that return PemSslStoreDetailsModifier and TypeMethodDescriptionstatic 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.Methods in org.springframework.boot.ssl.pem with parameters of type PemSslStoreDetailsModifier and TypeMethodDescriptionstatic PemSslStore
PemSslStore.load
(PemSslStoreDetails details) Return aPemSslStore
instance loaded using the givenPemSslStoreDetails
.Constructors in org.springframework.boot.ssl.pem with parameters of type PemSslStoreDetailsModifierConstructorDescriptionPemSslStoreBundle
(PemSslStoreDetails keyStoreDetails, PemSslStoreDetails trustStoreDetails) Create a newPemSslStoreBundle
instance.PemSslStoreBundle
(PemSslStoreDetails keyStoreDetails, PemSslStoreDetails trustStoreDetails, String alias) Deprecated, for removal: This API element is subject to removal in a future version.
alias()
in thekeyStoreDetails
andtrustStoreDetails