Cipherpack v1.2.0-dirty
A Cryprographic Stream Processor
|
#include "org_cipherpack_Cipherpack.h"
#include "org_cipherpack_Cipherpack_HashUtil.h"
#include <jau/debug.hpp>
#include "cipherpack/cipherpack.hpp"
#include "CipherpackHelper.hpp"
Go to the source code of this file.
Functions | |
jbyteArray | Java_org_cipherpack_Cipherpack_00024HashUtil_calcImpl1 (JNIEnv *env, jclass jclazz, jstring jalgo, jobject jsource_feed) |
jbyteArray | Java_org_cipherpack_Cipherpack_00024HashUtil_calcImpl2 (JNIEnv *env, jclass jclazz, jstring jalgo, jstring jpath_or_uri, jlongArray jbytes_hashed, jlong jtimeoutMS) |
jobject | Java_org_cipherpack_Cipherpack_checkSignThenDecrypt1 (JNIEnv *env, jclass jclazz, jobject jsign_pub_keys, jstring jdec_sec_key_fname, jobject jpassphrase, jobject jsource_feed, jobject cpListener, jstring jplaintext_hash_algo, jstring jdestination_fname) |
jobject | Java_org_cipherpack_Cipherpack_encryptThenSignImpl1 (JNIEnv *env, jclass jclazz, jobject jccfg, jobject jenc_pub_keys, jstring jsign_sec_key_fname, jobject jpassphrase, jobject jsource_feed, jstring jtarget_path, jstring jsubject, jstring jplaintext_version, jstring jplaintext_version_parent, jobject cpListener, jstring jplaintext_hash_algo, jstring jdestination_fname) |
jobject Java_org_cipherpack_Cipherpack_encryptThenSignImpl1 | ( | JNIEnv * | env, |
jclass | jclazz, | ||
jobject | jccfg, | ||
jobject | jenc_pub_keys, | ||
jstring | jsign_sec_key_fname, | ||
jobject | jpassphrase, | ||
jobject | jsource_feed, | ||
jstring | jtarget_path, | ||
jstring | jsubject, | ||
jstring | jplaintext_version, | ||
jstring | jplaintext_version_parent, | ||
jobject | cpListener, | ||
jstring | jplaintext_hash_algo, | ||
jstring | jdestination_fname | ||
) |
Definition at line 35 of file Cipherpack.cxx.
jobject Java_org_cipherpack_Cipherpack_checkSignThenDecrypt1 | ( | JNIEnv * | env, |
jclass | jclazz, | ||
jobject | jsign_pub_keys, | ||
jstring | jdec_sec_key_fname, | ||
jobject | jpassphrase, | ||
jobject | jsource_feed, | ||
jobject | cpListener, | ||
jstring | jplaintext_hash_algo, | ||
jstring | jdestination_fname | ||
) |
Definition at line 75 of file Cipherpack.cxx.
jbyteArray Java_org_cipherpack_Cipherpack_00024HashUtil_calcImpl1 | ( | JNIEnv * | env, |
jclass | jclazz, | ||
jstring | jalgo, | ||
jobject | jsource_feed | ||
) |
Definition at line 106 of file Cipherpack.cxx.
jbyteArray Java_org_cipherpack_Cipherpack_00024HashUtil_calcImpl2 | ( | JNIEnv * | env, |
jclass | jclazz, | ||
jstring | jalgo, | ||
jstring | jpath_or_uri, | ||
jlongArray | jbytes_hashed, | ||
jlong | jtimeoutMS | ||
) |
Definition at line 123 of file Cipherpack.cxx.