Interface Stream.Lazy
- All Known Subinterfaces:
StreamJava.Lazy
- All Known Implementing Classes:
LazySodium,LazySodiumJava
- Enclosing interface:
- Stream
public static interface Stream.Lazy
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]cryptoStream(byte[] nonce, Key key, Stream.Method method) cryptoStreamKeygen(Stream.Method method) cryptoStreamXor(String message, byte[] nonce, Key key, Stream.Method method) cryptoStreamXorDecrypt(String cipher, byte[] nonce, Key key, Stream.Method method) cryptoStreamXorIc(String message, byte[] nonce, long ic, Key key, Stream.Method method) cryptoStreamXorIcDecrypt(String cipher, byte[] nonce, long ic, Key key, Stream.Method method)
-
Method Details
-
cryptoStreamKeygen
-
cryptoStream
-
cryptoStreamXor
-
cryptoStreamXorDecrypt
-
cryptoStreamXorIc
-
cryptoStreamXorIcDecrypt
String cryptoStreamXorIcDecrypt(String cipher, byte[] nonce, long ic, Key key, Stream.Method method)
-