1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-11 14:51:08 +01:00

Remove deprecated OpenPgpMetadata class

This commit is contained in:
Paul Schaub 2023-08-30 14:38:50 +02:00
parent 8c25b59c8b
commit 1a701333e3
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
19 changed files with 123 additions and 518 deletions

View file

@ -130,6 +130,6 @@ public class OnePassSignatureVerificationWithPartialLengthLiteralDataRegressionT
Streams.pipeAll(decryptionStream, out);
decryptionStream.close();
decryptionStream.getResult();
decryptionStream.getMetadata();
}
}