public enum KeyType extends Enum<KeyType>
| 限定符和类型 | 字段和说明 |
|---|---|
static byte |
ED25519_VALUE |
static byte |
SM2_VALUE |
public static final KeyType ED25519
public static final KeyType SM2
public static final byte ED25519_VALUE
public static final byte SM2_VALUE
public static KeyType[] values()
for (KeyType c : KeyType.values()) System.out.println(c);
public static KeyType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2025. All rights reserved.