public final class TPMA_ALGORITHM extends TpmAttribute<TPMA_ALGORITHM>
| Modifier and Type | Class and Description |
|---|---|
static class |
TPMA_ALGORITHM._N |
TpmEnum.ValueMap<T extends TpmEnum<T>>| Modifier and Type | Field and Description |
|---|---|
static TPMA_ALGORITHM |
asymmetric |
static TPMA_ALGORITHM |
encrypting |
static TPMA_ALGORITHM |
hash |
static TPMA_ALGORITHM |
method |
static TPMA_ALGORITHM |
object |
static TPMA_ALGORITHM |
signing |
static TPMA_ALGORITHM |
symmetric |
Name, NameAsEnum, Value| Constructor and Description |
|---|
TPMA_ALGORITHM(int value) |
TPMA_ALGORITHM(TPMA_ALGORITHM... attrs) |
| Modifier and Type | Method and Description |
|---|---|
TPMA_ALGORITHM._N |
asEnum() |
static TPMA_ALGORITHM |
fromInt(int value) |
static TPMA_ALGORITHM |
fromTpm(byte[] buf) |
static TPMA_ALGORITHM |
fromTpm(InByteBuf buf) |
boolean |
hasAttr(TPMA_ALGORITHM attr) |
TPMA_ALGORITHM |
maskAttr(TPMA_ALGORITHM attr) |
static Collection<TPMA_ALGORITHM> |
values() |
protected int |
wireSize() |
attrFromInt, fromInt, hasAttr, maskAttrpublic static final TPMA_ALGORITHM asymmetric
public static final TPMA_ALGORITHM symmetric
public static final TPMA_ALGORITHM hash
public static final TPMA_ALGORITHM object
public static final TPMA_ALGORITHM signing
public static final TPMA_ALGORITHM encrypting
public static final TPMA_ALGORITHM method
public TPMA_ALGORITHM(int value)
public TPMA_ALGORITHM(TPMA_ALGORITHM... attrs)
public static TPMA_ALGORITHM fromInt(int value)
public static TPMA_ALGORITHM fromTpm(byte[] buf)
public static TPMA_ALGORITHM fromTpm(InByteBuf buf)
public TPMA_ALGORITHM._N asEnum()
public static Collection<TPMA_ALGORITHM> values()
public boolean hasAttr(TPMA_ALGORITHM attr)
public TPMA_ALGORITHM maskAttr(TPMA_ALGORITHM attr)
protected int wireSize()
wireSize in class TpmEnum<TPMA_ALGORITHM>Copyright © 2017. All rights reserved.