Package tss.tpm

Class TPMA_OBJECT

  • All Implemented Interfaces:
    TpmMarshaller

    public final class TPMA_OBJECT
    extends TpmAttribute<TPMA_OBJECT>
    This attribute structure indicates an objects use, its authorization types, and its relationship to other objects.
    • Field Detail

      • fixedTPM

        public static final TPMA_OBJECT fixedTPM
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • stClear

        public static final TPMA_OBJECT stClear
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • fixedParent

        public static final TPMA_OBJECT fixedParent
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • sensitiveDataOrigin

        public static final TPMA_OBJECT sensitiveDataOrigin
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • userWithAuth

        public static final TPMA_OBJECT userWithAuth
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • adminWithPolicy

        public static final TPMA_OBJECT adminWithPolicy
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • noDA

        public static final TPMA_OBJECT noDA
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • encryptedDuplication

        public static final TPMA_OBJECT encryptedDuplication
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • restricted

        public static final TPMA_OBJECT restricted
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • decrypt

        public static final TPMA_OBJECT decrypt
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • sign

        public static final TPMA_OBJECT sign
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • encrypt

        public static final TPMA_OBJECT encrypt
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • x509sign

        public static final TPMA_OBJECT x509sign
        These definitions provide mapping of the Java enum constants to their TPM integer values
    • Constructor Detail

      • TPMA_OBJECT

        public TPMA_OBJECT()
      • TPMA_OBJECT

        public TPMA_OBJECT​(int value)
      • TPMA_OBJECT

        public TPMA_OBJECT​(TPMA_OBJECT... attrs)