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