public class SodiumKeyPair
extends java.lang.Object
SodiumLibrary.cryptoBoxKeyPair()| Constructor and Description |
|---|
SodiumKeyPair() |
SodiumKeyPair(byte[] publicKey,
byte[] privatekey) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPrivateKey() |
byte[] |
getPublicKey() |
void |
setPrivateKey(byte[] privateKey) |
void |
setPublicKey(byte[] publicKey) |