Package org.jetbrains.nativecerts.linux
Class PemReaderUtil
- java.lang.Object
-
- org.jetbrains.nativecerts.linux.PemReaderUtil
-
public class PemReaderUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description PemReaderUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<X509Certificate>readPemBundle(@NotNull InputStream inputStream, @NotNull String moniker)
-
-
-
Method Detail
-
readPemBundle
public static List<X509Certificate> readPemBundle(@NotNull @NotNull InputStream inputStream, @NotNull @NotNull String moniker) throws IOException
- Throws:
IOException
-
-