Skip to content

Commit 277620d

Browse files
author
gefeili
committed
Remove unused parameters in PBEKeyEncryptionMethodGenerator.
1 parent a883bf2 commit 277620d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pg/src/main/java/org/bouncycastle/openpgp/operator/PBEKeyEncryptionMethodGenerator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ public abstract class PBEKeyEncryptionMethodGenerator
3030
private SecureRandom random;
3131
private int s2kCount;
3232
private int wrapAlg = -1;
33-
private int kekAlgorithm;
34-
private int aeadAlgorithm;
3533

3634
/**
3735
* Construct a PBE key generator using the default iteration count (<code>0x60</code> == 65536

0 commit comments

Comments
 (0)