Cipherpack v1.2.0-dirty
A Cryprographic Stream Processor
Functions
Cipherpack.cxx File Reference
#include "org_cipherpack_Cipherpack.h"
#include "org_cipherpack_Cipherpack_HashUtil.h"
#include <jau/debug.hpp>
#include "cipherpack/cipherpack.hpp"
#include "CipherpackHelper.hpp"
Include dependency graph for Cipherpack.cxx:

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)
 

Function Documentation

◆ Java_org_cipherpack_Cipherpack_encryptThenSignImpl1()

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.

◆ Java_org_cipherpack_Cipherpack_checkSignThenDecrypt1()

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.

◆ Java_org_cipherpack_Cipherpack_00024HashUtil_calcImpl1()

jbyteArray Java_org_cipherpack_Cipherpack_00024HashUtil_calcImpl1 ( JNIEnv *  env,
jclass  jclazz,
jstring  jalgo,
jobject  jsource_feed 
)

Definition at line 106 of file Cipherpack.cxx.

◆ Java_org_cipherpack_Cipherpack_00024HashUtil_calcImpl2()

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.