mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-08 05:11:08 +01:00
Workaround for OpenPGPInputStream to recognize PKESKv6 packets
This commit is contained in:
parent
7a8cc221b6
commit
0c4a305432
2 changed files with 34 additions and 12 deletions
|
|
@ -146,7 +146,7 @@ public class MechanismNegotiationTest {
|
|||
private final OpenPGPKeyVersion version;
|
||||
private final AlgorithmSuite preferences;
|
||||
|
||||
public KeySpecification(OpenPGPKeyVersion version,
|
||||
KeySpecification(OpenPGPKeyVersion version,
|
||||
AlgorithmSuite preferences) {
|
||||
this.version = version;
|
||||
this.preferences = preferences;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue