public enum DoNothingSigner extends java.lang.Enum<DoNothingSigner> implements cl.daplay.jsurbtc.Signer
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
sign(java.lang.String body,
java.lang.String method,
java.lang.String path,
long nonce) |
static DoNothingSigner |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DoNothingSigner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DoNothingSigner INSTANCE
public static DoNothingSigner[] values()
for (DoNothingSigner c : DoNothingSigner.values()) System.out.println(c);
public static DoNothingSigner 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 java.lang.String sign(java.lang.String body,
java.lang.String method,
java.lang.String path,
long nonce)
sign in interface cl.daplay.jsurbtc.Signer