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:
parent
6363a347db
commit
3c62d0e242
5 changed files with 147 additions and 131 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue