aboutsummaryrefslogtreecommitdiffstats
path: root/java/jni
Commit message (Expand)AuthorAgeFilesLines
* Adopt to jaulib: clangd/cland-tidy integration; Use VersionNumberv1.2.2Sven Göthel2024-05-261-3/+1
* clang-18 fixes, adopt to jaulib changesv1.2.1Sven Göthel2024-05-202-6/+10
* Cleanup/Fix: C++20, clang-16 + clang-tidy-16, gcc 12.2, latest jaulib, passin...Sven Göthel2024-05-043-9/+11
* Revise CipherpackListener: Simplify notify semantics; notifyError() handles &...Sven Gothel2022-08-281-20/+19
* Handle fingerprints as binary data (no string bloating); bump package magic t...Sven Gothel2022-08-083-28/+18
* Cipherpack.cxx (JNI): Add missing java_exception_check_and_throw()Sven Gothel2022-08-051-0/+2
* Adopt to Botan agnostic jaulib changes, use a Botan::DataSource wrapper, map ...Sven Gothel2022-08-051-1/+1
* Build: Adopt to jaulib changes, included io_util and byte_stream as-is (dropp...Sven Gothel2022-08-051-0/+1
* Add ciphertext::hash_util::calc() for 'path_or_uri' (file, fd, dir, uri) also...Sven Gothel2022-07-251-4/+5
* cipherpack pipe support: {content -> plaintext}_size may be undetermined if s...Sven Gothel2022-07-251-2/+2
* User clear encryption terminology clarifying semantics, cleaning API docSven Gothel2022-07-222-20/+20
* Add cipherpack::hash_util::calc() for file and directories (C++, Java), suppo...Sven Gothel2022-07-221-1/+33
* Add optional hash production to encryptThenSign() and checkSignThenDecrypt() ...Sven Gothel2022-07-112-5/+37
* Fix Environment::env_init() -> environment::get() and add jaulib's cpuid.cpp ...Sven Gothel2022-07-111-1/+1
* CipherpackListener::contentProcessed() Use content_type enum class instead of...Sven Gothel2022-07-111-6/+27
* Adopt to jaulib v0.13.1-81-g2ebef56 changes: CPUtils migration, package reloc...Sven Gothel2022-07-072-195/+4
* Java: Adopt to moving ByteInStream_Feed -> jaulib and using ByteInStream (i.e...Sven Gothel2022-06-263-251/+8
* Adopt to jaulib jau::jni namespace changesSven Gothel2022-06-069-201/+183
* passphrase type: jau::io::secure_string (C++) and ByteBuffer (Java), former w...Sven Gothel2022-06-062-9/+129
* JNI ByteInStream_Feed: Fix JNI binding method names and add missing onesSven Gothel2022-06-041-38/+32
* Refine io-stream usage and benefit from jaulib's new jau::io::uri handling fo...Sven Gothel2022-06-041-14/+2
* Refine API and README doc (Use message, sender and receiver, emphasize on str...Sven Gothel2022-06-032-36/+20
* Simplify *encrypt* and *decrypt* API, use destination_fname as an optional fi...Sven Gothel2022-06-031-69/+78
* Minor fixes: version.cpp, Java and JNI code to match.Sven Gothel2022-06-033-10/+13
* Java Binding 1/2 (Build clean, WIP) and minor alignmentsSven Gothel2022-06-029-4/+748
* Provisioning Java Binding (incomplete, non-working, don't add BUILDJAVA to cm...Sven Gothel2022-05-306-0/+396