public final class TPMA_OBJECT extends TpmAttribute<TPMA_OBJECT>
| Modifier and Type | Class and Description |
|---|---|
static class |
TPMA_OBJECT._N |
TpmEnum.ValueMap<T extends TpmEnum<T>>| Modifier and Type | Field and Description |
|---|---|
static TPMA_OBJECT |
adminWithPolicy |
static TPMA_OBJECT |
decrypt |
static TPMA_OBJECT |
encrypt |
static TPMA_OBJECT |
encryptedDuplication |
static TPMA_OBJECT |
fixedParent |
static TPMA_OBJECT |
fixedTPM |
static TPMA_OBJECT |
noDA |
static TPMA_OBJECT |
restricted |
static TPMA_OBJECT |
sensitiveDataOrigin |
static TPMA_OBJECT |
sign |
static TPMA_OBJECT |
stClear |
static TPMA_OBJECT |
userWithAuth |
Name, NameAsEnum, Value| Constructor and Description |
|---|
TPMA_OBJECT(int value) |
TPMA_OBJECT(TPMA_OBJECT... attrs) |
| Modifier and Type | Method and Description |
|---|---|
TPMA_OBJECT._N |
asEnum() |
static TPMA_OBJECT |
fromInt(int value) |
static TPMA_OBJECT |
fromTpm(byte[] buf) |
static TPMA_OBJECT |
fromTpm(InByteBuf buf) |
boolean |
hasAttr(TPMA_OBJECT attr) |
TPMA_OBJECT |
maskAttr(TPMA_OBJECT attr) |
static Collection<TPMA_OBJECT> |
values() |
protected int |
wireSize() |
attrFromInt, fromInt, hasAttr, maskAttrpublic static final TPMA_OBJECT fixedTPM
public static final TPMA_OBJECT stClear
public static final TPMA_OBJECT fixedParent
public static final TPMA_OBJECT sensitiveDataOrigin
public static final TPMA_OBJECT userWithAuth
public static final TPMA_OBJECT adminWithPolicy
public static final TPMA_OBJECT noDA
public static final TPMA_OBJECT encryptedDuplication
public static final TPMA_OBJECT restricted
public static final TPMA_OBJECT decrypt
public static final TPMA_OBJECT sign
public static final TPMA_OBJECT encrypt
public TPMA_OBJECT(int value)
public TPMA_OBJECT(TPMA_OBJECT... attrs)
public static TPMA_OBJECT fromInt(int value)
public static TPMA_OBJECT fromTpm(byte[] buf)
public static TPMA_OBJECT fromTpm(InByteBuf buf)
public TPMA_OBJECT._N asEnum()
public static Collection<TPMA_OBJECT> values()
public boolean hasAttr(TPMA_OBJECT attr)
public TPMA_OBJECT maskAttr(TPMA_OBJECT attr)
protected int wireSize()
wireSize in class TpmEnum<TPMA_OBJECT>Copyright © 2017. All rights reserved.