Interface IClientTransactionProcessor

    • Method Detail

      • appendPublicKey

        void appendPublicKey​(SendTransaction trans)
        Appends the server public key for the Diffie-Hellman key exchange with the client.
        Parameters:
        trans - The transaction.
      • updateAuthentication

        void updateAuthentication​(ReadTransaction trans)
                           throws java.lang.Exception
        Updates the current user with a password that is encrypted in AES/CBC 256-bit.
        Parameters:
        trans - The transaction
        Throws:
        java.lang.Exception - If there is any kind of problem with the authentication, transaction, encryption or alike.