|
Cipherpack v1.3.0-3-ga29431a
A Cryprographic Stream Processor
|
#include "org_cipherpack_Cipherpack.h"#include "org_cipherpack_Cipherpack_HashUtil.h"#include <jau/basic_types.hpp>#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, jstring jalgo, jobject jsource_feed) |
| jbyteArray | Java_org_cipherpack_Cipherpack_00024HashUtil_calcImpl2 (JNIEnv *env, jclass, jstring jalgo, jstring jpath_or_uri, jlongArray jbytes_hashed, jlong jtimeoutMS) |
| jobject | Java_org_cipherpack_Cipherpack_checkSignThenDecrypt1 (JNIEnv *env, jclass, 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, 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 | , | ||
| 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 36 of file Cipherpack.cxx.
| jobject Java_org_cipherpack_Cipherpack_checkSignThenDecrypt1 | ( | JNIEnv * | env, |
| jclass | , | ||
| 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 76 of file Cipherpack.cxx.
| jbyteArray Java_org_cipherpack_Cipherpack_00024HashUtil_calcImpl1 | ( | JNIEnv * | env, |
| jclass | , | ||
| jstring | jalgo, | ||
| jobject | jsource_feed ) |
Definition at line 107 of file Cipherpack.cxx.
| jbyteArray Java_org_cipherpack_Cipherpack_00024HashUtil_calcImpl2 | ( | JNIEnv * | env, |
| jclass | , | ||
| jstring | jalgo, | ||
| jstring | jpath_or_uri, | ||
| jlongArray | jbytes_hashed, | ||
| jlong | jtimeoutMS ) |
Definition at line 124 of file Cipherpack.cxx.