mirror of
https://codeberg.org/PGPainless/bc-sop.git
synced 2025-09-08 18:59:41 +02:00
Adjust to latest changes
This commit is contained in:
parent
f916ac2871
commit
b77c8549b7
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
package org.pgpainless.bouncycastle.sop.operation;
|
||||
|
||||
import org.bouncycastle.openpgp.PGPSessionKey;
|
||||
import org.bouncycastle.openpgp.PGPSignatureException;
|
||||
import org.bouncycastle.openpgp.api.OpenPGPMessageInputStream;
|
||||
import org.bouncycastle.openpgp.api.OpenPGPSignature;
|
||||
import org.bouncycastle.openpgp.api.exception.MalformedPGPSignatureException;
|
||||
|
@ -39,9 +40,9 @@ public abstract class AbstractBCOperation
|
|||
verifications.add(verification);
|
||||
}
|
||||
}
|
||||
catch (MalformedPGPSignatureException e)
|
||||
catch (PGPSignatureException e)
|
||||
{
|
||||
// ignore malformed sig
|
||||
// ignore malformed, invalid sig
|
||||
}
|
||||
}
|
||||
return verifications;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue