Skip to content

Commit

Permalink
#3 refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-cherednik committed Oct 29, 2024
1 parent 52e0757 commit 9ab9046
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/ru/olegcherednik/zip4jvm/crypto/Encoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
import java.io.IOException;

/**
* {@link Encoder} gives an ability to write encrypted data to the output
* resource represented as {@link DataOutput}ю
*
* @author Oleg Cherednik
* @since 22.03.2019
*/
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/ru/olegcherednik/zip4jvm/crypto/Encrypt.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
package ru.olegcherednik.zip4jvm.crypto;

/**
* This interface describes a way to encrypt given {@code byte[]}. Given not
* encrypted array is being encrypted and updated in place.
*
* @author Oleg Cherednik
* @since 05.12.2022
*/
Expand Down

0 comments on commit 9ab9046

Please sign in to comment.