Package io.quarkus.netty.runtime.graal
Class Target_SslContext
- java.lang.Object
-
- io.quarkus.netty.runtime.graal.Target_SslContext
-
final class Target_SslContext extends Object
If BouncyCastle is not on the classpath, we must not try to read the PEM file using the BouncyCatle PEM reader.
-
-
Constructor Summary
Constructors Constructor Description Target_SslContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static PrivateKeytoPrivateKey(File keyFile, String keyPassword)protected static PrivateKeytoPrivateKey(InputStream keyInputStream, String keyPassword)
-
-
-
Method Detail
-
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
-
-