Skip to content

Commit 9567b14

Browse files
committed
clarified UTF-8 line to reflect use of char[] - relates to github #1742
1 parent c105395 commit 9567b14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/java/org/bouncycastle/crypto/generators/OpenBSDBCrypt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* String format and the Base64 encoding
1515
* of the reference implementation on OpenBSD.
1616
* <p>
17-
* Passwords are encoded using UTF-8. Encoded passwords longer than
17+
* Passwords are encoded using UTF-8 when provided as char[]. Encoded passwords longer than
1818
* 72 bytes are truncated and all remaining bytes are ignored.
1919
*/
2020
public class OpenBSDBCrypt

core/src/main/jdk1.4/org/bouncycastle/crypto/generators/OpenBSDBCrypt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* String format and the Base64 encoding
1515
* of the reference implementation on OpenBSD.
1616
* <p>
17-
* Passwords are encoded using UTF-8. Encoded passwords longer than
17+
* Passwords are encoded using UTF-8 when provided as char[]. Encoded passwords longer than
1818
* 72 bytes are truncated and all remaining bytes are ignored.
1919
*/
2020
public class OpenBSDBCrypt

0 commit comments

Comments
 (0)