mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-11 19:29:39 +02: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