Methods
| Method |
Description |
|
com.goterl.lazysodium.cryptoKxClientSessionKeys(KeyPair,KeyPair)
|
Generate a client's session keys. |
|
com.goterl.lazysodium.cryptoKxServerSessionKeys(KeyPair,KeyPair)
|
Generate a server's session keys. |
|
com.goterl.lazysodium.cryptoPwHashStr(String,long,NativeLong)
|
The most minimal way of hashing a given password to a string including all used parameters. |
|
com.goterl.lazysodium.cryptoPwHashStrRemoveNulls(String,long,NativeLong)
|
Hashes a string to a string representation including the used parameters, and removes alluseless null bytes. |
|
com.goterl.lazysodium.cryptoPwHashStrVerify(String,String)
|
Verifies a password represented as a long encoded string generated by cryptoPwHashStr or cryptoPwHashStrRemoveNulls. |
|
com.goterl.lazysodium.cryptoStreamChacha20XorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.cryptoStreamChacha20IetfXorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.cryptoStream(Array,Key,Stream.Method)
|
Generate 20 bytes of keystream |
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305Encrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
Encrypt a message (a deprecated overload) |
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305Decrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305EncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305DecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305IetfEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305IetfDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305IetfEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305IetfDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadXChaCha20Poly1305IetfEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadXChaCha20Poly1305IetfDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadXChaCha20Poly1305IetfEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadXChaCha20Poly1305IetfDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadAES256GCMEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadAES256GCMDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadAES256GCMEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadAES256GCMDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.encrypt(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.decrypt(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.encryptDetached(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.decryptDetached(DetachedEncrypt,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305Encrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
Encrypt a message (a deprecated overload) |
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305Decrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305EncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305DecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.encrypt(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.decrypt(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.encryptDetached(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.decryptDetached(DetachedEncrypt,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.cryptoStreamChacha20XorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.interfaces.cryptoStreamChacha20IetfXorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.interfaces.cryptoStream(Array,Key,Stream.Method)
|
Generate 20 bytes of keystream |
|
com.goterl.lazysodium.interfaces.cryptoPwHashStr(String,long,NativeLong)
|
The most minimal way of hashing a given password to a string including all used parameters. |
|
com.goterl.lazysodium.interfaces.cryptoPwHashStrRemoveNulls(String,long,NativeLong)
|
Hashes a string to a string representation including the used parameters, and removes alluseless null bytes. |
|
com.goterl.lazysodium.interfaces.cryptoKxClientSessionKeys(KeyPair,KeyPair)
|
Generate a client's session keys. |
|
com.goterl.lazysodium.interfaces.cryptoKxServerSessionKeys(KeyPair,KeyPair)
|
Generate a server's session keys. |
|
com.goterl.lazysodium.cryptoKxClientSessionKeys(KeyPair,KeyPair)
|
Generate a client's session keys. |
|
com.goterl.lazysodium.cryptoKxServerSessionKeys(KeyPair,KeyPair)
|
Generate a server's session keys. |
|
com.goterl.lazysodium.cryptoPwHashStr(String,long,NativeLong)
|
The most minimal way of hashing a given password to a string including all used parameters. |
|
com.goterl.lazysodium.cryptoPwHashStrRemoveNulls(String,long,NativeLong)
|
Hashes a string to a string representation including the used parameters, and removes alluseless null bytes. |
|
com.goterl.lazysodium.cryptoPwHashStrVerify(String,String)
|
Verifies a password represented as a long encoded string generated by cryptoPwHashStr or cryptoPwHashStrRemoveNulls. |
|
com.goterl.lazysodium.cryptoStreamChacha20XorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.cryptoStreamChacha20IetfXorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.cryptoStream(Array,Key,Stream.Method)
|
Generate 20 bytes of keystream |
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305Encrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
Encrypt a message (a deprecated overload) |
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305Decrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305EncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305DecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305IetfEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305IetfDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305IetfEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305IetfDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadXChaCha20Poly1305IetfEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadXChaCha20Poly1305IetfDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadXChaCha20Poly1305IetfEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadXChaCha20Poly1305IetfDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadAES256GCMEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadAES256GCMDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadAES256GCMEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadAES256GCMDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.encrypt(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.decrypt(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.encryptDetached(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.decryptDetached(DetachedEncrypt,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305Encrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
Encrypt a message (a deprecated overload) |
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305Decrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305EncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305DecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.encrypt(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.decrypt(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.encryptDetached(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.decryptDetached(DetachedEncrypt,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.cryptoStreamChacha20XorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.interfaces.cryptoStreamChacha20IetfXorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.interfaces.cryptoStream(Array,Key,Stream.Method)
|
Generate 20 bytes of keystream |
|
com.goterl.lazysodium.interfaces.cryptoPwHashStr(String,long,NativeLong)
|
The most minimal way of hashing a given password to a string including all used parameters. |
|
com.goterl.lazysodium.interfaces.cryptoPwHashStrRemoveNulls(String,long,NativeLong)
|
Hashes a string to a string representation including the used parameters, and removes alluseless null bytes. |
|
com.goterl.lazysodium.interfaces.cryptoKxClientSessionKeys(KeyPair,KeyPair)
|
Generate a client's session keys. |
|
com.goterl.lazysodium.interfaces.cryptoKxServerSessionKeys(KeyPair,KeyPair)
|
Generate a server's session keys. |
|
com.goterl.lazysodium.cryptoKxClientSessionKeys(KeyPair,KeyPair)
|
Generate a client's session keys. |
|
com.goterl.lazysodium.cryptoKxServerSessionKeys(KeyPair,KeyPair)
|
Generate a server's session keys. |
|
com.goterl.lazysodium.cryptoPwHashStr(String,long,NativeLong)
|
The most minimal way of hashing a given password to a string including all used parameters. |
|
com.goterl.lazysodium.cryptoPwHashStrRemoveNulls(String,long,NativeLong)
|
Hashes a string to a string representation including the used parameters, and removes alluseless null bytes. |
|
com.goterl.lazysodium.cryptoPwHashStrVerify(String,String)
|
Verifies a password represented as a long encoded string generated by cryptoPwHashStr or cryptoPwHashStrRemoveNulls. |
|
com.goterl.lazysodium.cryptoStreamChacha20XorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.cryptoStreamChacha20IetfXorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.cryptoStream(Array,Key,Stream.Method)
|
Generate 20 bytes of keystream |
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305Encrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
Encrypt a message (a deprecated overload) |
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305Decrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305EncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305DecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305IetfEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305IetfDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305IetfEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadChaCha20Poly1305IetfDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadXChaCha20Poly1305IetfEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadXChaCha20Poly1305IetfDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadXChaCha20Poly1305IetfEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadXChaCha20Poly1305IetfDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadAES256GCMEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadAES256GCMDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadAES256GCMEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.cryptoAeadAES256GCMDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.encrypt(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.decrypt(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.encryptDetached(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.decryptDetached(DetachedEncrypt,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305Encrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
Encrypt a message (a deprecated overload) |
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305Decrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305EncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305DecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.encrypt(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.decrypt(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.encryptDetached(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.decryptDetached(DetachedEncrypt,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.cryptoStreamChacha20XorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.interfaces.cryptoStreamChacha20IetfXorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.interfaces.cryptoStream(Array,Key,Stream.Method)
|
Generate 20 bytes of keystream |
|
com.goterl.lazysodium.interfaces.cryptoPwHashStr(String,long,NativeLong)
|
The most minimal way of hashing a given password to a string including all used parameters. |
|
com.goterl.lazysodium.interfaces.cryptoPwHashStrRemoveNulls(String,long,NativeLong)
|
Hashes a string to a string representation including the used parameters, and removes alluseless null bytes. |
|
com.goterl.lazysodium.interfaces.cryptoKxClientSessionKeys(KeyPair,KeyPair)
|
Generate a client's session keys. |
|
com.goterl.lazysodium.interfaces.cryptoKxServerSessionKeys(KeyPair,KeyPair)
|
Generate a server's session keys. |
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305Encrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
Encrypt a message (a deprecated overload) |
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305Decrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305EncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305DecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadChaCha20Poly1305IetfDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadXChaCha20Poly1305IetfDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMEncrypt(Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMDecrypt(Array,Array,Array,Array,int,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMEncryptDetached(Array,Array,Array,Array,int,Array,int,Array,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.cryptoAeadAES256GCMDecryptDetached(Array,Array,Array,int,Array,Array,int,Array,Array)
|
|
|
com.goterl.lazysodium.interfaces.encrypt(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.decrypt(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.encryptDetached(String,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.decryptDetached(DetachedEncrypt,String,Array,Array,Key,AEAD.Method)
|
|
|
com.goterl.lazysodium.interfaces.cryptoKxClientSessionKeys(KeyPair,KeyPair)
|
Generate a client's session keys. |
|
com.goterl.lazysodium.interfaces.cryptoKxServerSessionKeys(KeyPair,KeyPair)
|
Generate a server's session keys. |
|
com.goterl.lazysodium.interfaces.cryptoPwHashStr(String,long,NativeLong)
|
The most minimal way of hashing a given password to a string including all used parameters. |
|
com.goterl.lazysodium.interfaces.cryptoPwHashStrRemoveNulls(String,long,NativeLong)
|
Hashes a string to a string representation including the used parameters, and removes alluseless null bytes. |
|
com.goterl.lazysodium.interfaces.cryptoPwHashStrVerify(String,String)
|
Verifies a password represented as a long encoded string generated by cryptoPwHashStr or cryptoPwHashStrRemoveNulls. |
|
com.goterl.lazysodium.interfaces.cryptoStreamChacha20XorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.interfaces.cryptoStreamChacha20IetfXorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.interfaces.cryptoStream(Array,Key,Stream.Method)
|
Generate 20 bytes of keystream |
|
com.goterl.lazysodium.interfaces.cryptoStreamChacha20XorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.interfaces.cryptoStreamChacha20IetfXorIc(Array,Array,int,Array,long,Array)
|
Backward-compatible method name. |
|
com.goterl.lazysodium.interfaces.cryptoStream(Array,Key,Stream.Method)
|
Generate 20 bytes of keystream |