Class BCryptKdfOptions.BCryptBadRoundsException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int rounds  
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getRounds()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • rounds

        private final int rounds
    • Constructor Detail

      • BCryptBadRoundsException

        public BCryptBadRoundsException​(int rounds)
      • BCryptBadRoundsException

        public BCryptBadRoundsException​(int rounds,
                                        java.lang.String message)
      • BCryptBadRoundsException

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

      • getRounds

        public int getRounds()