public class xsalsa20poly1305 extends Object
Constructor and Description |
---|
xsalsa20poly1305() |
Modifier and Type | Method and Description |
---|---|
static int |
crypto_secretbox_nopad(byte[] c,
int coffset,
byte[] m,
int moffset,
long mlen,
byte[] n,
byte[] k) |
static int |
crypto_secretbox_open_nopad(byte[] m,
int moffset,
byte[] c,
int coffset,
long clen,
byte[] n,
byte[] k) |
static int |
crypto_secretbox_open(byte[] m,
byte[] c,
long clen,
byte[] n,
byte[] k) |
static int |
crypto_secretbox(byte[] c,
byte[] m,
long mlen,
byte[] n,
byte[] k) |
public static int crypto_secretbox(byte[] c, byte[] m, long mlen, byte[] n, byte[] k)
public static int crypto_secretbox_nopad(byte[] c, int coffset, byte[] m, int moffset, long mlen, byte[] n, byte[] k)
public static int crypto_secretbox_open(byte[] m, byte[] c, long clen, byte[] n, byte[] k)
public static int crypto_secretbox_open_nopad(byte[] m, int moffset, byte[] c, int coffset, long clen, byte[] n, byte[] k)
Copyright © 2015 Threema GmbH, Staldenbachstrasse 11, 8808 Pfäffikon SZ, Schweiz. All rights reserved.