public static enum TPMA_OBJECT._N extends Enum<TPMA_OBJECT._N>
| Enum Constant and Description |
|---|
adminWithPolicy
SET (1): Approval of ADMIN role actions with this object may only be done with a policy session.
|
decrypt
SET (1): The private portion of the key may be used to decrypt.
|
encrypt
Alias to the Sign value.
|
encryptedDuplication
SET (1): If the object is duplicated, then symmetricAlg shall not be TPM_ALG_NULL and newParentHandle shall not be TPM_RH_NULL.
|
fixedParent
SET (1): The parent of the object may not change.
|
fixedTPM
SET (1): The hierarchy of the object, as indicated by its Qualified Name, may not change.
|
noDA
SET (1): The object is not subject to dictionary attack protections.
|
restricted
SET (1): Key usage is restricted to manipulate structures of known format; the parent of this key shall have restricted SET.
|
sensitiveDataOrigin
SET (1): Indicates that, when the object was created with TPM2_Create() or TPM2_CreatePrimary(), the TPM generated all of the sensitive data other than the authValue.
|
sign
SET (1): For a symmetric cipher object, the private portion of the key may be used to encrypt.
|
stClear
SET (1): Previously saved contexts of this object may not be loaded after Startup(CLEAR).
|
userWithAuth
SET (1): Approval of USER role actions with this object may be with an HMAC session or with a password using the authValue of the object or a policy session.
|
| Modifier and Type | Method and Description |
|---|---|
static TPMA_OBJECT._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPMA_OBJECT._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPMA_OBJECT._N fixedTPM
public static final TPMA_OBJECT._N stClear
public static final TPMA_OBJECT._N fixedParent
public static final TPMA_OBJECT._N sensitiveDataOrigin
public static final TPMA_OBJECT._N userWithAuth
public static final TPMA_OBJECT._N adminWithPolicy
public static final TPMA_OBJECT._N noDA
public static final TPMA_OBJECT._N encryptedDuplication
public static final TPMA_OBJECT._N restricted
public static final TPMA_OBJECT._N decrypt
public static final TPMA_OBJECT._N sign
public static final TPMA_OBJECT._N encrypt
public static TPMA_OBJECT._N[] values()
for (TPMA_OBJECT._N c : TPMA_OBJECT._N.values()) System.out.println(c);
public static TPMA_OBJECT._N valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.