PemContent
class PemContent
PEM encoded content that can provide certificates and private keys.
Author
Scott Frederick
Phillip Webb
Since
3.2.0
Functions
Link copied to clipboard
Parse and return all certificates from the PEM content.
Link copied to clipboard
Parse and return the private keys from the PEM content.
Parse and return the private keys from the PEM content or
null
if there is no private key.Link copied to clipboard
Return if PEM content is present in the given text.
Link copied to clipboard
Load PemContent from the given Path.
Link copied to clipboard
Return a new PemContent instance containing the given text.