public final class TPMA_PERMANENT extends TpmAttribute<TPMA_PERMANENT>
| Modifier and Type | Class and Description |
|---|---|
static class |
TPMA_PERMANENT._N |
TpmEnum.ValueMap<T extends TpmEnum<T>>| Modifier and Type | Field and Description |
|---|---|
static TPMA_PERMANENT |
disableClear |
static TPMA_PERMANENT |
endorsementAuthSet |
static TPMA_PERMANENT |
inLockout |
static TPMA_PERMANENT |
lockoutAuthSet |
static TPMA_PERMANENT |
ownerAuthSet |
static TPMA_PERMANENT |
tpmGeneratedEPS |
Name, NameAsEnum, Value| Constructor and Description |
|---|
TPMA_PERMANENT(int value) |
TPMA_PERMANENT(TPMA_PERMANENT... attrs) |
| Modifier and Type | Method and Description |
|---|---|
TPMA_PERMANENT._N |
asEnum() |
static TPMA_PERMANENT |
fromInt(int value) |
static TPMA_PERMANENT |
fromTpm(byte[] buf) |
static TPMA_PERMANENT |
fromTpm(InByteBuf buf) |
boolean |
hasAttr(TPMA_PERMANENT attr) |
TPMA_PERMANENT |
maskAttr(TPMA_PERMANENT attr) |
static Collection<TPMA_PERMANENT> |
values() |
protected int |
wireSize() |
attrFromInt, fromInt, hasAttr, maskAttrpublic static final TPMA_PERMANENT ownerAuthSet
public static final TPMA_PERMANENT endorsementAuthSet
public static final TPMA_PERMANENT lockoutAuthSet
public static final TPMA_PERMANENT disableClear
public static final TPMA_PERMANENT inLockout
public static final TPMA_PERMANENT tpmGeneratedEPS
public TPMA_PERMANENT(int value)
public TPMA_PERMANENT(TPMA_PERMANENT... attrs)
public static TPMA_PERMANENT fromInt(int value)
public static TPMA_PERMANENT fromTpm(byte[] buf)
public static TPMA_PERMANENT fromTpm(InByteBuf buf)
public TPMA_PERMANENT._N asEnum()
public static Collection<TPMA_PERMANENT> values()
public boolean hasAttr(TPMA_PERMANENT attr)
public TPMA_PERMANENT maskAttr(TPMA_PERMANENT attr)
protected int wireSize()
wireSize in class TpmEnum<TPMA_PERMANENT>Copyright © 2017. All rights reserved.