Package com.goterl.lazysodium.utils
Class DetachedEncrypt
- java.lang.Object
-
- com.goterl.lazysodium.utils.Detached
-
- com.goterl.lazysodium.utils.DetachedEncrypt
-
public class DetachedEncrypt extends Detached
-
-
Constructor Summary
Constructors Constructor Description DetachedEncrypt(byte[] cipher, byte[] mac)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getCipher()java.lang.StringgetCipherString()-
Methods inherited from class com.goterl.lazysodium.utils.Detached
getMac, getMacString
-
-