1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 10:49:39 +02:00

WIP: Port SecretKeyRingEditor to use OpenPGPKeyEditor

This commit is contained in:
Paul Schaub 2025-03-11 20:11:28 +01:00
parent 6363a347db
commit 3c62d0e242
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
5 changed files with 147 additions and 131 deletions

View file

@ -150,7 +150,7 @@ public class RevokeSubKeyTest {
}
@Test
public void inspectSubpacketsOnModifiedRevocationSignature() {
public void inspectSubpacketsOnModifiedRevocationSignature() throws PGPException {
PGPSecretKeyRing secretKeys = PGPainless.generateKeyRing().modernKeyRing("Alice")
.getPGPSecretKeyRing();
SecretKeyRingProtector protector = SecretKeyRingProtector.unprotectedKeys();