java.lang.Object
io.helidon.common.pki.PemReader
Reads a PEM file and converts it into a list of DERs so that they are imported into a
KeyStore
easily.-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<X509Certificate> readCertificates
(InputStream certStream) Reads a certificate-based input stream and converts it to a list ofX509Certificate
s.
-
Method Details
-
readCertificates
Reads a certificate-based input stream and converts it to a list ofX509Certificate
s.- Parameters:
certStream
- cert input stream- Returns:
- list of certificates
-