-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved library to 'engineering.everest.axon' namespace
- Loading branch information
Showing
34 changed files
with
85 additions
and
84 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
rootProject.name = 'axon-crypto-shredding-extension' | ||
rootProject.name = 'crypto-shredding-extension' |
10 changes: 5 additions & 5 deletions
10
...oshredding/CryptoShreddingKeyService.java → ...oshredding/CryptoShreddingKeyService.java
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
16 changes: 8 additions & 8 deletions
16
...oshredding/CryptoShreddingSerializer.java → ...oshredding/CryptoShreddingSerializer.java
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
2 changes: 1 addition & 1 deletion
2
...shredding/annotations/EncryptedField.java → ...shredding/annotations/EncryptedField.java
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
2 changes: 1 addition & 1 deletion
2
.../annotations/EncryptionKeyIdentifier.java → .../annotations/EncryptionKeyIdentifier.java
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
2 changes: 1 addition & 1 deletion
2
...cryptoshredding/encryption/Decrypter.java → ...cryptoshredding/encryption/Decrypter.java
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
2 changes: 1 addition & 1 deletion
2
...dding/encryption/DefaultAesDecrypter.java → ...dding/encryption/DefaultAesDecrypter.java
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
2 changes: 1 addition & 1 deletion
2
...dding/encryption/DefaultAesEncrypter.java → ...dding/encryption/DefaultAesEncrypter.java
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
2 changes: 1 addition & 1 deletion
2
.../DefaultAesEncrypterDecrypterFactory.java → .../DefaultAesEncrypterDecrypterFactory.java
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
4 changes: 2 additions & 2 deletions
4
...ng/encryption/DefaultAesKeyGenerator.java → ...ng/encryption/DefaultAesKeyGenerator.java
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
2 changes: 1 addition & 1 deletion
2
...cryptoshredding/encryption/Encrypter.java → ...cryptoshredding/encryption/Encrypter.java
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
2 changes: 1 addition & 1 deletion
2
...encryption/EncrypterDecrypterFactory.java → ...encryption/EncrypterDecrypterFactory.java
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
2 changes: 1 addition & 1 deletion
2
...ptoshredding/encryption/KeyGenerator.java → ...ptoshredding/encryption/KeyGenerator.java
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
2 changes: 1 addition & 1 deletion
2
...ptions/EncryptionKeyDeletedException.java → ...ptions/EncryptionKeyDeletedException.java
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
2 changes: 1 addition & 1 deletion
2
...ingEncryptionKeyIdentifierAnnotation.java → ...ingEncryptionKeyIdentifierAnnotation.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package engineering.everest.starterkit.axon.cryptoshredding.exceptions; | ||
package engineering.everest.axon.cryptoshredding.exceptions; | ||
|
||
public class MissingEncryptionKeyIdentifierAnnotation extends RuntimeException { | ||
} |
2 changes: 1 addition & 1 deletion
2
.../MissingEncryptionKeyRecordException.java → .../MissingEncryptionKeyRecordException.java
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
2 changes: 1 addition & 1 deletion
2
...ncryptionKeyIdentifierFieldException.java → ...ncryptionKeyIdentifierFieldException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package engineering.everest.starterkit.axon.cryptoshredding.exceptions; | ||
package engineering.everest.axon.cryptoshredding.exceptions; | ||
|
||
public class MissingSerializedEncryptionKeyIdentifierFieldException extends RuntimeException { | ||
} |
2 changes: 1 addition & 1 deletion
2
...EncryptionKeyIdentifierTypeException.java → ...EncryptionKeyIdentifierTypeException.java
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
4 changes: 2 additions & 2 deletions
4
...ing/persistence/PersistableSecretKey.java → ...ing/persistence/PersistableSecretKey.java
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
4 changes: 2 additions & 2 deletions
4
...ding/persistence/SecretKeyRepository.java → ...ding/persistence/SecretKeyRepository.java
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
2 changes: 1 addition & 1 deletion
2
.../axon/cryptoshredding/TestsJpaConfig.java → .../axon/cryptoshredding/TestsJpaConfig.java
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
28 changes: 14 additions & 14 deletions
28
...yption/CryptoShreddingSerializerTest.java → ...yption/CryptoShreddingSerializerTest.java
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
2 changes: 1 addition & 1 deletion
2
...AesEncrypterDecrypterIntegrationTest.java → ...AesEncrypterDecrypterIntegrationTest.java
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
2 changes: 1 addition & 1 deletion
2
...aultAesEncrypterDecrypterFactoryTest.java → ...aultAesEncrypterDecrypterFactoryTest.java
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
6 changes: 3 additions & 3 deletions
6
...vents/EventWithDifferentiatedKeyType.java → ...vents/EventWithDifferentiatedKeyType.java
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
6 changes: 3 additions & 3 deletions
6
.../testevents/EventWithEncryptedFields.java → .../testevents/EventWithEncryptedFields.java
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
4 changes: 2 additions & 2 deletions
4
...ingEncryptionKeyIdentifierAnnotation.java → ...ingEncryptionKeyIdentifierAnnotation.java
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
13 changes: 13 additions & 0 deletions
13
...rest/axon/cryptoshredding/testevents/EventWithUnsupportedEncryptionKeyIdentifierType.java
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,13 @@ | ||
package engineering.everest.axon.cryptoshredding.testevents; | ||
|
||
import engineering.everest.axon.cryptoshredding.annotations.EncryptedField; | ||
import engineering.everest.axon.cryptoshredding.annotations.EncryptionKeyIdentifier; | ||
import lombok.Data; | ||
|
||
@Data | ||
public class EventWithUnsupportedEncryptionKeyIdentifierType { | ||
@EncryptionKeyIdentifier | ||
private float keyIdentifier = 42.0f; | ||
@EncryptedField | ||
private String dummy = "dummy"; | ||
} |
2 changes: 1 addition & 1 deletion
2
...stevents/EventWithoutEncryptedFields.java → ...stevents/EventWithoutEncryptedFields.java
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
2 changes: 1 addition & 1 deletion
2
...yptoshredding/testevents/NestedClass.java → ...yptoshredding/testevents/NestedClass.java
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
13 changes: 0 additions & 13 deletions
13
...rkit/axon/cryptoshredding/testevents/EventWithUnsupportedEncryptionKeyIdentifierType.java
This file was deleted.
Oops, something went wrong.