Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for encryption algorithms for symmetric keys #17209

Merged
merged 13 commits into from
Nov 13, 2020
Merged

Added support for encryption algorithms for symmetric keys #17209

merged 13 commits into from
Nov 13, 2020

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    2514dd1 View commit details
    Browse the repository at this point in the history
  2. Added CryptographyOptions and ensured the initialization vector is po…

    …pulated before attempting to perform any local cryptography operations on symmetric keys.
    vcolin7 committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    c48a75a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d030d0 View commit details
    Browse the repository at this point in the history
  4. Fixed Javadoc issues.

    vcolin7 committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    67e837c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17b8e1b View commit details
    Browse the repository at this point in the history
  6. Added checkstyle exceptions.

    vcolin7 committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    37d0e65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    059c29c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    df0aeb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Made the EncryptOptions and DecryptOptions constructor package-privat…

    …e, as well as their children's, and made them have factory methods for creating the former to help with discoverability.
    vcolin7 committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    596d98e View commit details
    Browse the repository at this point in the history
  2. Fixed build issues.

    vcolin7 committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    8b93751 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1f1511 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff77ba1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    53c8771 View commit details
    Browse the repository at this point in the history