public enum SignAlgorithmHmacSM3 extends Enum<SignAlgorithmHmacSM3>
| Enum Constant and Description |
|---|
HMAC_SM3 |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmName() |
org.bouncycastle.crypto.macs.HMac |
getMac() |
String |
toString() |
static SignAlgorithmHmacSM3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignAlgorithmHmacSM3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignAlgorithmHmacSM3 HMAC_SM3
public static SignAlgorithmHmacSM3[] values()
for (SignAlgorithmHmacSM3 c : SignAlgorithmHmacSM3.values()) System.out.println(c);
public static SignAlgorithmHmacSM3 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 getAlgorithmName()
public String toString()
toString in class Enum<SignAlgorithmHmacSM3>public org.bouncycastle.crypto.macs.HMac getMac()
Copyright © 2022. All rights reserved.