Class Box.Checker

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

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

    • checkPublicKey

      public static void checkPublicKey(byte[] key)
    • checkSecretKey

      public static void checkSecretKey(byte[] key)
    • checkSeed

      public static void checkSeed(byte[] seed)
    • checkNonce

      public static void checkNonce(byte[] nonce)
    • checkMac

      public static void checkMac(byte[] mac)
    • checkSharedKey

      public static void checkSharedKey(byte[] sharedKey)
    • checkCipherText

      public static void checkCipherText(byte[] cipherText, int messageLen)
    • checkSealCipherText

      public static void checkSealCipherText(byte[] cipherText, int messageLen)
    • checkMessage

      public static void checkMessage(byte[] message, int cipherTextLen)
    • checkSealMessage

      public static void checkSealMessage(byte[] message, int cipherTextLen)
    • checkCipherTextLength

      public static void checkCipherTextLength(long cipherTextLen)
    • checkSealCipherTextLength

      public static void checkSealCipherTextLength(long cipherTextLen)