Skip to content

Commit 4b4fe51

Browse files
committed
Added xor as part of rsa encryption
Signed-off-by: S V <vats02581@gmail.com>
1 parent d550808 commit 4b4fe51

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

r2dbc-mysql/src/main/java/io/asyncer/r2dbc/mysql/MySqlConnectionFactoryProvider.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,9 @@ public final class MySqlConnectionFactoryProvider implements ConnectionFactoryPr
344344
/**
345345
* Option to configure the database server's RSA Public Key file path on the local system if RSA encryption
346346
* is desired such as when using caching_sha2_password authentication type while
347-
* {@link io.asyncer.r2dbc.mysql.constant.SslMode} is DISABLED. If serverRSAPublicKeyFile not
348-
* {@code null} and {@link io.asyncer.r2dbc.mysql.constant.SslMode} is not DISABLED, SSL encryption takes precedence.
347+
* {@link io.asyncer.r2dbc.mysql.constant.SslMode} is DISABLED. If serverRSAPublicKeyFile not
348+
* {@code null} and {@link io.asyncer.r2dbc.mysql.constant.SslMode} is not DISABLED, SSL encryption
349+
* takes precedence.
349350
*
350351
* @since 1.4.2
351352
*/

0 commit comments

Comments
 (0)