Package libsodiumjni
Class KeyPair
java.lang.Object
libsodiumjni.KeyPair
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyPair
public KeyPair(byte[] pubKey, byte[] secKey)
-
-
Method Details
-
getPubKey
public byte[] getPubKey() -
getSecKey
public byte[] getSecKey()
-