load

open fun load(path: Path): PemContent

Load PemContent from the given Path.

Return

the loaded PEM content

Parameters

path

a path to load the content from

Throws

on IO error


open fun load(in: InputStream): PemContent

Load PemContent from the given InputStream.

Return

the loaded PEM content

Parameters

in

an input stream to load the content from

Throws

on IO error