Interface StreamJava.Lazy
- All Superinterfaces:
Stream.Lazy
- All Known Implementing Classes:
LazySodiumJava
- Enclosing interface:
- StreamJava
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]cryptoStream(byte[] nonce, Key key, StreamJava.Method method) cryptoStreamKeygen(StreamJava.Method method) cryptoStreamXor(String message, byte[] nonce, Key key, StreamJava.Method method) cryptoStreamXorDecrypt(String cipher, byte[] nonce, Key key, StreamJava.Method method) cryptoStreamXorIc(String message, byte[] nonce, long ic, Key key, StreamJava.Method method) cryptoStreamXorIcDecrypt(String cipher, byte[] nonce, long ic, Key key, StreamJava.Method method) Methods inherited from interface com.codevasp.lazysodium.interfaces.Stream.Lazy
cryptoStream, cryptoStreamKeygen, cryptoStreamXor, cryptoStreamXorDecrypt, cryptoStreamXorIc, cryptoStreamXorIcDecrypt
-
Method Details
-
cryptoStreamKeygen
-
cryptoStream
-
cryptoStreamXor
-
cryptoStreamXorDecrypt
-
cryptoStreamXorIc
-
cryptoStreamXorIcDecrypt
String cryptoStreamXorIcDecrypt(String cipher, byte[] nonce, long ic, Key key, StreamJava.Method method)
-