mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-05 20:01:07 +01:00
Move signature verification to dedicated streams
This commit is contained in:
parent
ba0e5eb3fe
commit
90a00e0541
12 changed files with 374 additions and 325 deletions
|
|
@ -93,7 +93,7 @@ public class VerifyNotBeforeNotAfterTest {
|
|||
.withOptions(options);
|
||||
|
||||
OpenPgpMetadata metadata = processSignedData(verifier);
|
||||
assertTrue(metadata.getVerifiedSignatures().containsKey(new SubkeyIdentifier(certificate)));
|
||||
assertTrue(metadata.containsVerifiedSignatureFrom(certificate));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue