Interface StreamJava.Native

All Superinterfaces:
Stream.Native
All Known Implementing Classes:
LazySodiumJava
Enclosing interface:
StreamJava

public static interface StreamJava.Native extends Stream.Native
  • Method Details

    • cryptoStreamSalsa2012Keygen

      void cryptoStreamSalsa2012Keygen(byte[] key)
    • cryptoStreamSalsa2012

      boolean cryptoStreamSalsa2012(byte[] c, long cLen, byte[] nonce, byte[] key)
    • cryptoStreamSalsa2012Xor

      boolean cryptoStreamSalsa2012Xor(byte[] cipher, byte[] message, long messageLen, byte[] nonce, byte[] key)
    • cryptoStreamSalsa208Keygen

      void cryptoStreamSalsa208Keygen(byte[] key)
    • cryptoStreamSalsa208

      boolean cryptoStreamSalsa208(byte[] c, long cLen, byte[] nonce, byte[] key)
    • cryptoStreamSalsa208Xor

      boolean cryptoStreamSalsa208Xor(byte[] cipher, byte[] message, long messageLen, byte[] nonce, byte[] key)
    • cryptoStreamXChaCha20Keygen

      void cryptoStreamXChaCha20Keygen(byte[] key)
    • cryptoStreamXChaCha20

      boolean cryptoStreamXChaCha20(byte[] c, long cLen, byte[] nonce, byte[] key)
    • cryptoStreamXChaCha20Xor

      boolean cryptoStreamXChaCha20Xor(byte[] cipher, byte[] message, long messageLen, byte[] nonce, byte[] key)
    • cryptoStreamXChaCha20Ic

      boolean cryptoStreamXChaCha20Ic(byte[] cipher, byte[] message, long messageLen, byte[] nonce, long ic, byte[] key)