This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
from 951732d Comments
new d73ddf8 Javadoc
new eac9f56 Format header
new b8105d9 Add missing tests
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../commons/crypto/jna/OpenSslJnaCipher.java | 32 ++++----
.../CryptoCipherTest.java} | 21 +++++-
.../commons/crypto/cipher/DefaultCryptoCipher.java | 86 ++++++++++++++++++++++
.../commons/crypto/random/AbstractRandom.java | 2 +-
4 files changed, 120 insertions(+), 21 deletions(-)
copy src/test/java/org/apache/commons/crypto/{jna/OpenSslJnaTest.java =>
cipher/CryptoCipherTest.java} (61%)
create mode 100644
src/test/java/org/apache/commons/crypto/cipher/DefaultCryptoCipher.java