static enum Curve.Size extends java.lang.Enum<Curve.Size>
Enum Constant and Description |
---|
BEFORENM |
BOXZERO |
KEY |
NONCE |
PUBLICKEY |
SECRETKEY |
ZERO |
Modifier and Type | Method and Description |
---|---|
abstract int |
bytes() |
static Curve.Size |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Curve.Size[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Curve.Size NONCE
public static final Curve.Size ZERO
public static final Curve.Size BOXZERO
public static final Curve.Size PUBLICKEY
public static final Curve.Size SECRETKEY
public static final Curve.Size KEY
public static final Curve.Size BEFORENM
public static Curve.Size[] values()
for (Curve.Size c : Curve.Size.values()) System.out.println(c);
public static Curve.Size 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 abstract int bytes()