public enum COSEAlgorithmIdentifier extends java.lang.Enum<COSEAlgorithmIdentifier> implements com.yubico.internal.util.json.JsonLongSerializable
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<COSEAlgorithmIdentifier> |
fromId(long id) |
long |
getId() |
long |
toJsonNumber() |
static COSEAlgorithmIdentifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static COSEAlgorithmIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final COSEAlgorithmIdentifier ES256
public static final COSEAlgorithmIdentifier RS256
public static COSEAlgorithmIdentifier[] values()
for (COSEAlgorithmIdentifier c : COSEAlgorithmIdentifier.values()) System.out.println(c);
public static COSEAlgorithmIdentifier valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static java.util.Optional<COSEAlgorithmIdentifier> fromId(long id)
public long toJsonNumber()
toJsonNumber
in interface com.yubico.internal.util.json.JsonLongSerializable
public long getId()