| 枚举常量和说明 |
|---|
Decrypt
解密操作
|
Encryption
加密操作
|
public static final Op Encryption
public static final Op Decrypt
public static Op[] values()
for (Op c : Op.values()) System.out.println(c);
public static Op valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值Copyright © 2022. All rights reserved.