Skip to content

Commit 7729228

Browse files
committed
Remove lies from PBEKeyEncryptionMethodGenerator javadoc
1 parent ebf4798 commit 7729228

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
* PGP style PBE encryption method.
1515
* <p>
1616
* A pass phrase is used to generate an encryption key using the PGP {@link S2K string-to-key}
17-
* method. This class always uses the {@link S2K#SALTED_AND_ITERATED salted and iterated form of the
18-
* S2K algorithm}.
17+
* method.
1918
* </p><p>
2019
* Note that the iteration count provided to this method is a single byte as described by the
2120
* {@link S2K} algorithm, and the actual iteration count ranges exponentially from

0 commit comments

Comments
 (0)