|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TpmType>
org.virtualbox_7_0.TpmType
public enum TpmType
TPM type enumeration.
Interface ID: {C669B9F7-A547-42B6-8464-636AA53401EB}
Enum Constant Summary | |
---|---|
Host
The host TPM is passed through, might not be available on all host platforms. |
|
None
No TPM present in the virtual machine. |
|
Swtpm
The VM will attach to an external software TPM emulation compliant to swtpm. |
|
v1_2
A TPM compliant to the 1.2 TCG specification is emulated. |
|
v2_0
A TPM compliant to the 2.0 TCG specification is emulated. |
Method Summary | |
---|---|
static TpmType |
fromValue(long v)
|
static TpmType |
fromValue(java.lang.String v)
|
int |
value()
|
static TpmType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TpmType[] |
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 TpmType None
public static final TpmType v1_2
public static final TpmType v2_0
public static final TpmType Host
public static final TpmType Swtpm
Method Detail |
---|
public static TpmType[] values()
for (TpmType c : TpmType.values()) System.out.println(c);
public static TpmType 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 TpmType fromValue(long v)
public static TpmType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |