-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvement of test coverage of datasafe (#328)
* Added mutable encryption config to SimpleDatasafeServiceImpl * Added mutable encryption config to BasicFunctionalityIT * Added mutable encryption config to BasicFunctionalityIT * Added removeKey test for KeyStoreService and made changes to KeyStoreAuthTest noPasswords test * Added two new tests for KeyStoreService and one test for CmsEncryptionServiceImpl * Added two new tests for KeyStoreService and one test for CmsEncryptionServiceImpl * Added new test to KeyStoreServiceTest and change made to pom.xml * Added test for PublicKeySerdeImpl class and tests for BucketAccessServiceImpl and DefaultDFSConfig * fix for PublicKeySerdeImpl test * Removed updateKeyStoreReadKeyPassword test * fixes made * fixes made * fixes made
- Loading branch information
Showing
11 changed files
with
276 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
keystore: | ||
type: BCFKS | ||
encryptionAlgo: AES256_KWP | ||
pbkdf: | ||
scrypt: | ||
cost: 16384 | ||
blockSize: 8 | ||
parallelization: 1 | ||
saltLength: 16 | ||
macAlgo: HmacSHA3_512 | ||
passwordKeysAlgo: PBEWithHmacSHA256AndAES_256 | ||
keys: | ||
encKeyNumber: 1 | ||
signKeyNumber: 2 | ||
secret: | ||
algo: AES | ||
size: 256 | ||
encrypting: | ||
algo: RSA | ||
size: 2048 | ||
sigAlgo: SHA256withRSA | ||
# curve: | ||
signing: | ||
algo: RSA | ||
size: 2048 | ||
sigAlgo: SHA256withRSA | ||
# curve: | ||
cms: | ||
algo: AES256_GCM |
This file contains 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 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 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 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 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 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.