-
Terminally Deprecated ElementsElementDescriptioncom.goterl.lazysodium.interfaces.AEAD.Lazy.decrypt
(String, String, byte[], byte[], Key, AEAD.Method) com.goterl.lazysodium.interfaces.AEAD.Lazy.encrypt(String, String, byte[], byte[], Key, AEAD.Method) Client should not have the whole server keypair including the secret key!Client should not have the whole server keypair including the secret key!UseStream.Lazy.cryptoStream(int, byte[], Key, Method)instead.UseBase64FacadeHolder.getBase64Facade()instead.
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptioncom.goterl.lazysodium.interfaces.AEAD.Lazy.decrypt
(String, String, byte[], byte[], Key, AEAD.Method) com.goterl.lazysodium.interfaces.AEAD.Lazy.encrypt(String, String, byte[], byte[], Key, AEAD.Method) Client should not have the whole server keypair including the secret key!Client should not have the whole server keypair including the secret key!Uses dumb result format; usePwHash.Lazy.cryptoPwHashString(String, long, NativeLong)instead.Uses dumb result format; usePwHash.Lazy.cryptoPwHashString(String, long, NativeLong)instead.Uses dumb hash format; usePwHash.Lazy.cryptoPwHashStringVerify(String, String)instead.UseStream.Lazy.cryptoStream(int, byte[], Key, Method)instead.
AEAD.Native.cryptoAeadChaCha20Poly1305Encrypt(byte[], long[], byte[], int, byte[], int, byte[], byte[])instead.