Class Box.Checker

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

public static class Box.Checker extends BaseChecker
  • Constructor Details

    • Checker

      public Checker()
  • Method Details

    • checkPublicKey

      public static boolean checkPublicKey(int len)
    • checkMac

      public static boolean checkMac(int len)
    • checkSecretKey

      public static boolean checkSecretKey(int len)
    • checkSeed

      public static boolean checkSeed(int len)
    • checkBeforeNmBytes

      public static boolean checkBeforeNmBytes(int len)
    • checkNonce

      public static boolean checkNonce(int len)