We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399c93e commit e9c715fCopy full SHA for e9c715f
src/main/java/io/r2dbc/mssql/client/ssl/SslConfiguration.java
@@ -45,6 +45,7 @@ public interface SslConfiguration {
45
46
/**
47
* @return the {@link SslProvider}.
48
+ * @throws GeneralSecurityException if setting up the SSL provider fails.
49
* @since 0.8.3
50
*/
51
SslProvider getSslProvider() throws GeneralSecurityException;
0 commit comments