public static enum BCryptPasswordEncoder.BCryptVersion extends java.lang.Enum<BCryptPasswordEncoder.BCryptVersion>
| 修飾子と型 | メソッドと説明 |
|---|---|
java.lang.String | getVersion() |
static BCryptPasswordEncoder.BCryptVersion | valueOf(java.lang.String name) 指定された名前を持つこの型の列挙定数を返します。 |
static BCryptPasswordEncoder.BCryptVersion[] | values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
public static final BCryptPasswordEncoder.BCryptVersion $2A
public static final BCryptPasswordEncoder.BCryptVersion $2Y
public static final BCryptPasswordEncoder.BCryptVersion $2B
public static BCryptPasswordEncoder.BCryptVersion[] values()
for (BCryptPasswordEncoder.BCryptVersion c : BCryptPasswordEncoder.BCryptVersion.values()) System.out.println(c);
public static BCryptPasswordEncoder.BCryptVersion valueOf(java.lang.String name)
name - 返される列挙定数の名前。java.lang.IllegalArgumentException - この列挙型に指定された名前の定数がない場合 java.lang.NullPointerException - 引数が null の場合 public java.lang.String getVersion()