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