Package tss.tpm

Class Logic

    • Field Detail

      • TRUE

        public static final Logic TRUE
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • FALSE

        public static final Logic FALSE
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • YES

        public static final Logic YES
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • NO

        public static final Logic NO
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • SET

        public static final Logic SET
        These definitions provide mapping of the Java enum constants to their TPM integer values
      • CLEAR

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

      • Logic

        public Logic()
      • Logic

        public Logic​(int value)
    • Method Detail

      • fromInt

        public static Logic fromInt​(int value)
      • fromTpm

        public static Logic fromTpm​(byte[] buf)
      • wireSize

        protected int wireSize()
        Specified by:
        wireSize in class TpmEnum<Logic>
        Returns:
        The size of the enumeration value used to marshal it to the TPM representation