pgpainless/pgpainless-core/src/test/java/org/pgpainless/key/modification
Paul Schaub 69f1028fd9
Add method to change expiration time of subkeys
Port of e06f60f62c to kotlin
2023-12-15 18:20:51 +01:00
..
AddSubKeyTest.java Various code cleanup 2021-12-28 13:32:50 +01:00
AddSubkeyWithModifiedBindingSignatureSubpackets.java Earlier catching of NPEs in tests 2023-05-03 17:26:21 +02:00
AddUserIdTest.java Kotlin conversion: SecretKeyRingEditor 2023-10-09 12:49:13 +02:00
ChangeExpirationOnKeyWithDifferentSignatureTypesTest.java Replace more occurrences of new Date().getTime() with System.currentTimeMillis() 2023-06-02 00:03:55 +02:00
ChangeExpirationTest.java Allow modification of keys with custom reference date 2022-09-03 13:42:58 +02:00
ChangePrimaryUserIdAndExpirationDatesTest.java Allow modification of keys with custom reference date 2022-09-03 13:42:58 +02:00
ChangeSecretKeyRingPassphraseTest.java Various code cleanup 2021-12-28 13:32:50 +01:00
ChangeSubkeyExpirationTimeTest.java Add method to change expiration time of subkeys 2023-12-15 18:20:51 +01:00
FixUserIdDoesNotBreakEncryptionCapabilityTest.java Earlier catching of NPEs in tests 2023-05-03 17:26:21 +02:00
GnuDummyS2KChangePassphraseTest.java Reuse compliance 2021-10-07 16:28:31 +02:00
OldSignatureSubpacketsArePreservedOnNewSigTest.java Key generation: Set default expiration periof of 5 years 2023-06-01 23:43:41 +02:00
RefuseToAddWeakSubkeyTest.java Remove usage of PublicKeyAlgorithm.EC 2023-10-09 12:22:02 +02:00
RevocationCertificateTest.java Minimal revocation certificate test: Test merging 2023-06-20 17:37:18 +02:00
RevokeKeyWithGenericCertificationSignatureTest.java rename invocationContextProvider to TestAllImplementations 2021-12-14 16:56:29 +01:00
RevokeKeyWithoutPreferredAlgorithmsOnPrimaryKey.java Make use of DateUtil.now() in test 2022-04-04 12:53:47 +02:00
RevokeSubKeyTest.java Rename SecretKeyRingEditor.createRevocationCertificate() to createRevocation() 2023-06-20 16:41:46 +02:00
RevokeUserIdsTest.java Earlier catching of NPEs in tests 2023-05-03 17:26:21 +02:00
RevokedKeyTest.java KeyRingInfo.isUsableFor*(): Check if primary key is revoked 2022-08-03 13:37:18 +02:00