mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-18 02:12:06 +01:00
Reformat arguments
This commit is contained in:
parent
21f424551b
commit
11ad6361f8
1 changed files with 1 additions and 4 deletions
|
@ -77,10 +77,7 @@ public class KeySpecBuilder implements KeySpecBuilderInterface {
|
||||||
this.hashedSubPackets.setPreferredSymmetricAlgorithms(false, getPreferredSymmetricKeyAlgorithmIDs());
|
this.hashedSubPackets.setPreferredSymmetricAlgorithms(false, getPreferredSymmetricKeyAlgorithmIDs());
|
||||||
this.hashedSubPackets.setFeature(false, Feature.MODIFICATION_DETECTION.getFeatureId());
|
this.hashedSubPackets.setFeature(false, Feature.MODIFICATION_DETECTION.getFeatureId());
|
||||||
|
|
||||||
return new KeySpec(
|
return new KeySpec(type, hashedSubPackets, false);
|
||||||
KeySpecBuilder.this.type,
|
|
||||||
hashedSubPackets,
|
|
||||||
false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private int[] getPreferredCompressionAlgorithmIDs() {
|
private int[] getPreferredCompressionAlgorithmIDs() {
|
||||||
|
|
Loading…
Reference in a new issue