1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-10 22:31:09 +01:00

Add basic test for SubkeyBindingSignatureBuilder

This commit is contained in:
Paul Schaub 2021-11-27 16:03:55 +01:00
parent c7dc7f755c
commit 06a4b4cf5e
2 changed files with 64 additions and 1 deletions

View file

@ -8,7 +8,6 @@ import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import org.bouncycastle.openpgp.PGPException;
import org.bouncycastle.openpgp.PGPPublicKey;
import org.bouncycastle.openpgp.PGPPublicKeyRing;
import org.bouncycastle.openpgp.PGPSecretKey;
import org.bouncycastle.openpgp.PGPSignature;