Class SecretStream.Checker

java.lang.Object
com.goterl.lazysodium.utils.BaseChecker
com.goterl.lazysodium.interfaces.SecretStream.Checker
Enclosing interface:
SecretStream

public static final class SecretStream.Checker extends BaseChecker
  • Method Details

    • checkHeader

      public static void checkHeader(byte[] header)
    • checkKey

      public static void checkKey(byte[] key)
    • checkPush

      public static void checkPush(byte[] message, int messageLen, byte[] cipher)
    • checkPull

      public static void checkPull(byte[] cipher, int cipherLen, byte[] message)