Skip to content

Commit

Permalink
EncryptedStreamUtil: fix typo in javadoc.
Browse files Browse the repository at this point in the history
Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
  • Loading branch information
boaks committed Apr 4, 2024
1 parent 1d6a900 commit a6e16f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ public String getWriteCipher() {
/**
* Get read cipher specification.
*
* @return cipher specification (algorithm + key size). e.g. "AES/GCM/128". {@code null}, if
* @return cipher specification (algorithm + key size). e.g. "AES/GCM/128".
* {@code null}, if not available
* @since 3.9
*/
public String getReadCipher() {
Expand Down

0 comments on commit a6e16f7

Please sign in to comment.