Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- asHex(byte[]) - Static method in class com.neilalexander.jnacl.NaCl
- asHex(int[]) - Static method in class com.neilalexander.jnacl.NaCl
C
- com.neilalexander.jnacl - package com.neilalexander.jnacl
- com.neilalexander.jnacl.crypto - package com.neilalexander.jnacl.crypto
- crypto_box(byte[], byte[], byte[], byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_box(byte[], byte[], long, byte[], byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_box_afternm(byte[], byte[], byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_box_afternm(byte[], byte[], long, byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_box_beforenm(byte[], byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_box_getpublickey(byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_box_keypair(byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_box_open(byte[], byte[], byte[], byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_box_open(byte[], byte[], long, byte[], byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_box_open_afternm(byte[], byte[], byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_box_open_afternm(byte[], byte[], long, byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_core(byte[], byte[], byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.hsalsa20
- crypto_core(byte[], byte[], byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.salsa20
- crypto_onetimeauth(byte[], int, byte[], int, long, byte[]) - Static method in class com.neilalexander.jnacl.crypto.poly1305
- crypto_onetimeauth_verify(byte[], int, byte[], int, long, byte[]) - Static method in class com.neilalexander.jnacl.crypto.poly1305
- crypto_scalarmult(byte[], byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.curve25519
- crypto_scalarmult_base(byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.curve25519
- crypto_secretbox(byte[], byte[], long, byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.xsalsa20poly1305
- crypto_secretbox_BEFORENMBYTES - Static variable in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_secretbox_BOXZEROBYTES - Static variable in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_secretbox_NONCEBYTES - Static variable in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_secretbox_open(byte[], byte[], long, byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.xsalsa20poly1305
- crypto_secretbox_PUBLICKEYBYTES - Static variable in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_secretbox_SECRETKEYBYTES - Static variable in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_secretbox_ZEROBYTES - Static variable in class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- crypto_stream(byte[], int, byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.xsalsa20
- crypto_stream(byte[], int, byte[], int, byte[]) - Static method in class com.neilalexander.jnacl.crypto.salsa20
- crypto_stream_xor(byte[], byte[], int, byte[], int, byte[]) - Static method in class com.neilalexander.jnacl.crypto.salsa20
- crypto_stream_xor(byte[], byte[], long, byte[], byte[]) - Static method in class com.neilalexander.jnacl.crypto.xsalsa20
- crypto_verify(byte[], int, byte[]) - Static method in class com.neilalexander.jnacl.crypto.verify_16
- curve25519 - Class in com.neilalexander.jnacl.crypto
- curve25519() - Constructor for class com.neilalexander.jnacl.crypto.curve25519
- curve25519xsalsa20poly1305 - Class in com.neilalexander.jnacl.crypto
- curve25519xsalsa20poly1305() - Constructor for class com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
D
- decrypt(byte[], byte[]) - Method in class com.neilalexander.jnacl.NaCl
- decrypt(byte[], int, byte[]) - Method in class com.neilalexander.jnacl.NaCl
E
- encrypt(byte[], byte[]) - Method in class com.neilalexander.jnacl.NaCl
- encrypt(byte[], int, byte[]) - Method in class com.neilalexander.jnacl.NaCl
G
- getBinary(String) - Static method in class com.neilalexander.jnacl.NaCl
H
- hsalsa20 - Class in com.neilalexander.jnacl.crypto
- hsalsa20() - Constructor for class com.neilalexander.jnacl.crypto.hsalsa20
N
- NaCl - Class in com.neilalexander.jnacl
- NaCl(byte[], byte[]) - Constructor for class com.neilalexander.jnacl.NaCl
- NaCl(String, String) - Constructor for class com.neilalexander.jnacl.NaCl
P
- poly1305 - Class in com.neilalexander.jnacl.crypto
- poly1305() - Constructor for class com.neilalexander.jnacl.crypto.poly1305
S
- salsa20 - Class in com.neilalexander.jnacl.crypto
- salsa20() - Constructor for class com.neilalexander.jnacl.crypto.salsa20
- sigma - Static variable in class com.neilalexander.jnacl.crypto.xsalsa20
V
- verify_16 - Class in com.neilalexander.jnacl.crypto
- verify_16() - Constructor for class com.neilalexander.jnacl.crypto.verify_16
X
- xsalsa20 - Class in com.neilalexander.jnacl.crypto
- xsalsa20() - Constructor for class com.neilalexander.jnacl.crypto.xsalsa20
- xsalsa20poly1305 - Class in com.neilalexander.jnacl.crypto
- xsalsa20poly1305() - Constructor for class com.neilalexander.jnacl.crypto.xsalsa20poly1305
All Classes and Interfaces|All Packages|Constant Field Values