Uses of Class
org.springframework.boot.ssl.pem.PemContent
Packages that use PemContent
Package
Description
SSL trust material provider for PEM-encoded certificates.
-
Uses of PemContent in org.springframework.boot.ssl.pem
Methods in org.springframework.boot.ssl.pem that return PemContentModifier and TypeMethodDescriptionstatic PemContent
LoadPemContent
from the givenPath
.static PemContent
Return a newPemContent
instance containing the given text.