Package io.quarkus.netty.runtime.graal
Class Target_SslContext
java.lang.Object
io.quarkus.netty.runtime.graal.Target_SslContext
If BouncyCastle is not on the classpath, we must not try to read the PEM file using the BouncyCatle PEM reader.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static PrivateKeytoPrivateKey(File keyFile, String keyPassword) protected static PrivateKeytoPrivateKey(InputStream keyInputStream, String keyPassword)
-
Constructor Details
-
Target_SslContext
Target_SslContext()
-
-
Method Details
-
toPrivateKey
protected static PrivateKey toPrivateKey(File keyFile, String keyPassword) throws NoSuchAlgorithmException, NoSuchPaddingException, InvalidKeySpecException, InvalidAlgorithmParameterException, KeyException, IOException -
toPrivateKey
protected static PrivateKey toPrivateKey(InputStream keyInputStream, String keyPassword) throws NoSuchAlgorithmException, NoSuchPaddingException, InvalidKeySpecException, InvalidAlgorithmParameterException, KeyException, IOException
-