Class PemReader
java.lang.Object
io.helidon.common.pki.PemReader
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<X509Certificate> readCertificates(InputStream certStream) Reads a certificate-based input stream and converts it to a list ofX509Certificates.
-
Method Details
-
readCertificates
Reads a certificate-based input stream and converts it to a list ofX509Certificates.- Parameters:
certStream- cert input stream- Returns:
- list of certificates
-