Skip to content

CRYPTO-30: Mutable fields should be private - #19

Closed
winningsix wants to merge 1 commit into
apache:masterfrom
winningsix:CRYPTO-30
Closed

CRYPTO-30: Mutable fields should be private#19
winningsix wants to merge 1 commit into
apache:masterfrom
winningsix:CRYPTO-30

Conversation

@winningsix

@winningsix winningsix commented Apr 27, 2016

Copy link
Copy Markdown
Contributor

Mutable fields should be private or possibly package-protected, never protected or public.

@winningsix winningsix changed the title CRYPTO-30: Mutable fields should be private [WIP]CRYPTO-30: Mutable fields should be private Apr 27, 2016
@winningsix
winningsix force-pushed the CRYPTO-30 branch 2 times, most recently from 64f5759 to 079f603 Compare April 27, 2016 06:50
@winningsix winningsix changed the title [WIP]CRYPTO-30: Mutable fields should be private CRYPTO-30: Mutable fields should be private Apr 27, 2016
* Set the IV.
*
* @param iv the IV.
*/

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need setIv method? it is passed in constructor and we may don't need to change it.

@jerrychenhf

Copy link
Copy Markdown
Contributor

Xianda has a bigger change to refine the parameters. So you keep work after Xianda's code merge or for time, we can work based on his code to avoid conflicts.

@winningsix
winningsix force-pushed the CRYPTO-30 branch 4 times, most recently from 47f7fce to 079372a Compare April 28, 2016 08:01
@jerrychenhf

Copy link
Copy Markdown
Contributor

+1

@winningsix

Copy link
Copy Markdown
Contributor Author

Thanks @jerrychenhf for your review. Committed to the upstream at 98bec4c

@winningsix winningsix closed this Apr 29, 2016
@winningsix
winningsix deleted the CRYPTO-30 branch April 29, 2016 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants