Skip to content

Commit 7c64cb4

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # cdoc2-lib/src/main/java/ee/cyber/cdoc2/crypto/keymaterial/DecryptionKeyMaterial.java
2 parents 5411075 + 42592f1 commit 7c64cb4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cdoc2-cli/src/test/java/cli/CDocCliTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ void shouldFailWithTheSameOutputDirectoryWhenReEncrypt(@TempDir Path tempPath) {
203203
);
204204
}
205205

206-
207206
@Test
208207
void infoShouldDisplayKeyLabelInDefaultFormatForPassword() throws IOException {
209208
encrypt(PASSWORD_OPTION);

cdoc2-lib/src/main/java/ee/cyber/cdoc2/crypto/keymaterial/EncryptionKeyMaterial.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public interface EncryptionKeyMaterial {
4141
* For backward compatibility. This method doesn't support correct keylabel generation as there
4242
* is no info, where pubKey is coming from (pubkey, cert, LDAP)
4343
* Use {@link #fromPublicKey(PublicKey, KeyLabelParams)} instead.
44-
* @deprecated ecryption key
44+
* @deprecated encryption key
4545
* @param pubKey public key
4646
* @param keyLabel key label
4747
* @return EncryptionKeyMaterial

0 commit comments

Comments
 (0)