Class V15WireOperations

    • Method Detail

      • readCryptKeyCallback

        protected DbCryptData readCryptKeyCallback()
                                            throws java.io.IOException,
                                                   java.sql.SQLException
        Description copied from class: V13WireOperations
        Reads the database encryption callback data from the connection.
        Overrides:
        readCryptKeyCallback in class V13WireOperations
        Returns:
        Database encryption callback data received from server
        Throws:
        java.io.IOException - For errors reading data from the socket
        java.sql.SQLException - For database errors
      • writeCryptKeyCallback

        protected void writeCryptKeyCallback​(DbCryptData clientPluginResponse)
                                      throws java.sql.SQLException,
                                             java.io.IOException
        Description copied from class: V13WireOperations
        Writes the database encryption callback response data to the connection.
        Overrides:
        writeCryptKeyCallback in class V13WireOperations
        Parameters:
        clientPluginResponse - Database encryption callback response data to be sent to the server
        Throws:
        java.sql.SQLException - For database errors
        java.io.IOException - For errors reading data from the socket