Package com.goterl.lazysodium.utils
Class DetachedDecrypt
- java.lang.Object
-
- com.goterl.lazysodium.utils.Detached
-
- com.goterl.lazysodium.utils.DetachedDecrypt
-
public class DetachedDecrypt extends Detached
-
-
Constructor Summary
Constructors Constructor Description DetachedDecrypt(byte[] message, byte[] mac)DetachedDecrypt(byte[] message, byte[] mac, java.nio.charset.Charset charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getMessage()java.lang.StringgetMessageString()java.lang.StringgetMessageString(java.nio.charset.Charset charset)-
Methods inherited from class com.goterl.lazysodium.utils.Detached
getMac, getMacString
-
-