|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SignatureType>
org.virtualbox_7_0.SignatureType
public enum SignatureType
UEFI signature type enumeration.
Interface ID: {6F6E67EF-9A32-4084-AF84-5702679F882A}
Enum Constant Summary | |
---|---|
Sha256
SHA256 hash. |
|
X509
X.509 certificate. |
Method Summary | |
---|---|
static SignatureType |
fromValue(long v)
|
static SignatureType |
fromValue(java.lang.String v)
|
int |
value()
|
static SignatureType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SignatureType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SignatureType X509
public static final SignatureType Sha256
Method Detail |
---|
public static SignatureType[] values()
for (SignatureType c : SignatureType.values()) System.out.println(c);
public static SignatureType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static SignatureType fromValue(long v)
public static SignatureType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |