Class BCryptKdfOptions.BCryptBadRoundsException

    • Constructor Detail

      • BCryptBadRoundsException

        public BCryptBadRoundsException​(int rounds)
      • BCryptBadRoundsException

        public BCryptBadRoundsException​(int rounds,
                                        String message)
      • BCryptBadRoundsException

        public BCryptBadRoundsException​(int rounds,
                                        String message,
                                        Throwable reason)
    • Method Detail

      • getRounds

        public int getRounds()