Class QuarkusSqlSQLServerCertificateUtils
- java.lang.Object
-
- io.quarkus.jdbc.mssql.runtime.graal.com.microsoft.sqlserver.jdbc.QuarkusSqlSQLServerCertificateUtils
-
final class QuarkusSqlSQLServerCertificateUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description QuarkusSqlSQLServerCertificateUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static KeyManager[]getKeyManagerFromFile(String certPath, String keyPath, String keyPassword)
-
-
-
Method Detail
-
getKeyManagerFromFile
static KeyManager[] getKeyManagerFromFile(String certPath, String keyPath, String keyPassword) throws IOException, GeneralSecurityException, com.microsoft.sqlserver.jdbc.SQLServerException
- Throws:
IOExceptionGeneralSecurityExceptioncom.microsoft.sqlserver.jdbc.SQLServerException
-
-