org.abstractj.kalium
public class SodiumJNI extends Object
Constructor and Description |
---|
SodiumJNI() |
Modifier and Type | Method and Description |
---|---|
static int |
crypto_aead_chacha20poly1305_decrypt(byte[] jarg1,
int[] jarg2,
byte[] jarg3,
byte[] jarg4,
int jarg5,
byte[] jarg6,
int jarg7,
byte[] jarg8,
byte[] jarg9) |
static int |
crypto_aead_chacha20poly1305_encrypt(byte[] jarg1,
int[] jarg2,
byte[] jarg3,
int jarg4,
byte[] jarg5,
int jarg6,
byte[] jarg7,
byte[] jarg8,
byte[] jarg9) |
static int |
crypto_box_curve25519xsalsa20poly1305_keypair(byte[] jarg1,
byte[] jarg2) |
static int |
crypto_box_curve25519xsalsa20poly1305_open(byte[] jarg1,
byte[] jarg2,
int jarg3,
byte[] jarg4,
byte[] jarg5,
byte[] jarg6) |
static int |
crypto_box_curve25519xsalsa20poly1305(byte[] jarg1,
byte[] jarg2,
int jarg3,
byte[] jarg4,
byte[] jarg5,
byte[] jarg6) |
static int |
crypto_generichash_blake2b(byte[] jarg1,
long jarg2,
byte[] jarg3,
int jarg4,
byte[] jarg5,
long jarg6) |
static int |
crypto_hash_sha256(byte[] jarg1,
byte[] jarg2,
int jarg3) |
static int |
crypto_hash_sha512(byte[] jarg1,
byte[] jarg2,
int jarg3) |
static int |
crypto_pwhash_scryptsalsa208sha256(byte[] jarg1,
int jarg2,
String jarg3,
int jarg4,
byte[] jarg5,
int jarg6,
long jarg7) |
static int |
crypto_scalarmult_curve25519(byte[] jarg1,
byte[] jarg2,
byte[] jarg3) |
static int |
crypto_secretbox_xsalsa20poly1305_open(byte[] jarg1,
byte[] jarg2,
int jarg3,
byte[] jarg4,
byte[] jarg5) |
static int |
crypto_secretbox_xsalsa20poly1305(byte[] jarg1,
byte[] jarg2,
int jarg3,
byte[] jarg4,
byte[] jarg5) |
static int |
crypto_sign_ed25519_open(byte[] jarg1,
int[] jarg2,
byte[] jarg3,
int jarg4,
byte[] jarg5) |
static int |
crypto_sign_ed25519_seed_keypair(byte[] jarg1,
byte[] jarg2,
byte[] jarg3) |
static int |
crypto_sign_ed25519(byte[] jarg1,
int[] jarg2,
byte[] jarg3,
int jarg4,
byte[] jarg5) |
static int |
crypto_stream_xsalsa20_xor(byte[] jarg1,
byte[] jarg2,
int jarg3,
byte[] jarg4,
byte[] jarg5) |
static int |
crypto_stream_xsalsa20(byte[] jarg1,
int jarg2,
byte[] jarg3,
byte[] jarg4) |
static void |
randombytes(byte[] jarg1,
int jarg2) |
static String |
sodium_version_string() |
public static final String sodium_version_string()
public static final int crypto_aead_chacha20poly1305_encrypt(byte[] jarg1, int[] jarg2, byte[] jarg3, int jarg4, byte[] jarg5, int jarg6, byte[] jarg7, byte[] jarg8, byte[] jarg9)
public static final int crypto_aead_chacha20poly1305_decrypt(byte[] jarg1, int[] jarg2, byte[] jarg3, byte[] jarg4, int jarg5, byte[] jarg6, int jarg7, byte[] jarg8, byte[] jarg9)
public static final int crypto_hash_sha256(byte[] jarg1, byte[] jarg2, int jarg3)
public static final int crypto_hash_sha512(byte[] jarg1, byte[] jarg2, int jarg3)
public static final int crypto_generichash_blake2b(byte[] jarg1, long jarg2, byte[] jarg3, int jarg4, byte[] jarg5, long jarg6)
public static final int crypto_pwhash_scryptsalsa208sha256(byte[] jarg1, int jarg2, String jarg3, int jarg4, byte[] jarg5, int jarg6, long jarg7)
public static final int crypto_box_curve25519xsalsa20poly1305_keypair(byte[] jarg1, byte[] jarg2)
public static final void randombytes(byte[] jarg1, int jarg2)
public static final int crypto_box_curve25519xsalsa20poly1305(byte[] jarg1, byte[] jarg2, int jarg3, byte[] jarg4, byte[] jarg5, byte[] jarg6)
public static final int crypto_box_curve25519xsalsa20poly1305_open(byte[] jarg1, byte[] jarg2, int jarg3, byte[] jarg4, byte[] jarg5, byte[] jarg6)
public static final int crypto_scalarmult_curve25519(byte[] jarg1, byte[] jarg2, byte[] jarg3)
public static final int crypto_secretbox_xsalsa20poly1305(byte[] jarg1, byte[] jarg2, int jarg3, byte[] jarg4, byte[] jarg5)
public static final int crypto_secretbox_xsalsa20poly1305_open(byte[] jarg1, byte[] jarg2, int jarg3, byte[] jarg4, byte[] jarg5)
public static final int crypto_sign_ed25519_seed_keypair(byte[] jarg1, byte[] jarg2, byte[] jarg3)
public static final int crypto_sign_ed25519(byte[] jarg1, int[] jarg2, byte[] jarg3, int jarg4, byte[] jarg5)
public static final int crypto_sign_ed25519_open(byte[] jarg1, int[] jarg2, byte[] jarg3, int jarg4, byte[] jarg5)
public static final int crypto_stream_xsalsa20(byte[] jarg1, int jarg2, byte[] jarg3, byte[] jarg4)
public static final int crypto_stream_xsalsa20_xor(byte[] jarg1, byte[] jarg2, int jarg3, byte[] jarg4, byte[] jarg5)
Copyright © 2015. All Rights Reserved.