public enum ShaHmac1Singleton extends Enum<ShaHmac1Singleton>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ISigner |
getInstance() |
static ShaHmac1Singleton |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShaHmac1Singleton[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShaHmac1Singleton INSTANCE
public static ShaHmac1Singleton[] values()
for (ShaHmac1Singleton c : ShaHmac1Singleton.values()) System.out.println(c);
public static ShaHmac1Singleton 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 nullpublic ISigner getInstance()
Copyright © 2017. All Rights Reserved.