Package xbr.network.crypto
Class SecretBox
- java.lang.Object
-
- xbr.network.crypto.SecretBox
-
public class SecretBox extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SecretBox(byte[] key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]decrypt(byte[] ciphertext)byte[]decrypt(byte[] nonce, byte[] ciphertext)byte[]encrypt(byte[] message)byte[]encrypt(byte[] nonce, byte[] message)
-