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