public static enum CryptoUtil.HashAlogrithmn extends Enum<CryptoUtil.HashAlogrithmn>
Enum Constant and Description |
---|
HMACMD5 |
HMACSHA256 |
HMACSHA512 |
Modifier and Type | Method and Description |
---|---|
String |
get() |
static CryptoUtil.HashAlogrithmn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptoUtil.HashAlogrithmn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CryptoUtil.HashAlogrithmn HMACSHA256
public static final CryptoUtil.HashAlogrithmn HMACSHA512
public static final CryptoUtil.HashAlogrithmn HMACMD5
public static CryptoUtil.HashAlogrithmn[] values()
for (CryptoUtil.HashAlogrithmn c : CryptoUtil.HashAlogrithmn.values()) System.out.println(c);
public static CryptoUtil.HashAlogrithmn 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 String get()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.