-
Notifications
You must be signed in to change notification settings - Fork 20
MaterialsDescription Support for Keyrings #467
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
13d4ee7
I created the MaterialsDescription class to help identify AES + RSA k…
8e438d3
Added S3Keyring class
c11f832
Added Materials Description class
1e2553a
Added class description for MaterialsDescription
575627e
added _reEncryptInstructionFile boolean field to builder in AES + RSA…
239d286
Fixed changes from first PR review
f182706
removed unused import
3bd8556
removed unused import
20ed743
Created an abstract class with an abstract builder method that AES + …
18f21e0
AESKeyring class is now extending RawKeyring and the builder is also …
dfa7b4f
RsaKeyring class is now extending RawKeyring and also extending the a…
cd3ac2c
removed warnIfEncryptionContextIsPresent() method from this class and…
3ae4b9c
removed getMaterialsDescription() since it will be inherited from Raw…
7db7d6b
removed things that aren't neccessary due to inheritance
0bd11ab
added modifyMaterials() method to RawKeyring since common functionali…
20a8364
removed the modifyMaterials method from AES + RSA Keyrings since it w…
cfe9e33
re-named getter functions
674053d
Modified the ContentMetadataEncodingStrategy class to take into accou…
81215b1
Added MaterialsDescription to Encryption Materials (note: encryption …
edc1cac
removed materials description from this class and renamed _encryption…
3ee7571
rennamed variables + moving things around
541132e
fixed issue where materials description wasn't being passed to Encryp…
97ff17a
Added test cases for testing if material description was placed in ob…
241889d
modified the materialsDescription builder setter method to take into …
db3b701
modified test cases to now include the new field name: encryptionCont…
09c734d
added test cases for materials description in instruction file
f62afd6
fixed naming of variable
5847f8d
added class-level definition for abstract class RawKeyring
c4fc099
removed unused imports
ae7e20d
Fixed second round of PR comments
5b0cbce
modified object_key + input values to match description of test funct…
5cd05db
correctly using encryption context via overrideConfiguration
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.