public static enum JwtIssuerKey.Version extends Enum<JwtIssuerKey.Version>
Modifier and Type | Method and Description |
---|---|
static JwtIssuerKey.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JwtIssuerKey.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JwtIssuerKey.Version V1
public static final JwtIssuerKey.Version V2
public static JwtIssuerKey.Version[] values()
for (JwtIssuerKey.Version c : JwtIssuerKey.Version.values()) System.out.println(c);
public static JwtIssuerKey.Version valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null