Class BCryptKdfOptions.BCryptBadRoundsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.sshd.common.RuntimeSshException
-
- org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BCryptKdfOptions
public static class BCryptKdfOptions.BCryptBadRoundsException extends RuntimeSshException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int
rounds
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description BCryptBadRoundsException(int rounds)
BCryptBadRoundsException(int rounds, java.lang.String message)
BCryptBadRoundsException(int rounds, java.lang.String message, java.lang.Throwable reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRounds()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
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)
-
-