public final class Logic extends TpmEnum<Logic>
| Modifier and Type | Class and Description |
|---|---|
static class |
Logic._N |
TpmEnum.ValueMap<T extends TpmEnum<T>>| Modifier and Type | Field and Description |
|---|---|
static Logic |
CLEAR |
static Logic |
FALSE |
static Logic |
NO |
static Logic |
SET |
static Logic |
TRUE |
static Logic |
YES |
Name, NameAsEnum, Value| Constructor and Description |
|---|
Logic(int value) |
| Modifier and Type | Method and Description |
|---|---|
Logic._N |
asEnum() |
static Logic |
fromInt(int value) |
static Logic |
fromTpm(byte[] buf) |
static Logic |
fromTpm(InByteBuf buf) |
static Collection<Logic> |
values() |
protected int |
wireSize() |
public static final Logic TRUE
public static final Logic FALSE
public static final Logic YES
public static final Logic NO
public static final Logic SET
public static final Logic CLEAR
public static Logic fromInt(int value)
public static Logic fromTpm(byte[] buf)
public Logic._N asEnum()
public static Collection<Logic> values()
Copyright © 2017. All rights reserved.