Package tss.tpm

Class ObjectChangeAuthResponse

  • All Implemented Interfaces:
    TpmMarshaller

    public class ObjectChangeAuthResponse
    extends RespStructure
    This command is used to change the authorization secret for a TPM-resident object.
    • Field Detail

      • outPrivate

        public TPM2B_PRIVATE outPrivate
        Private area containing the new authorization value
    • Constructor Detail

      • ObjectChangeAuthResponse

        public ObjectChangeAuthResponse()
    • Method Detail

      • toTpm

        public byte[] toTpm()
        Deprecated.
        Returns:
        Wire (marshaled) representation of this object
      • fromBytes

        public static ObjectChangeAuthResponse fromBytes​(byte[] byteBuf)
        Static marshaling helper
        Parameters:
        byteBuf - Wire representation of the object
        Returns:
        New object constructed from its wire representation
      • fromTpm

        public static ObjectChangeAuthResponse fromTpm​(byte[] byteBuf)
        Deprecated.
        Use fromBytes(byte[]) instead
        Parameters:
        byteBuf - Wire representation of the object
        Returns:
        New object constructed from its wire representation
      • fromTpm

        public static ObjectChangeAuthResponse fromTpm​(TpmBuffer buf)
        Static marshaling helper
        Parameters:
        buf - Wire representation of the object
        Returns:
        New object constructed from its wire representation
      • toStringInternal

        public void toStringInternal​(TpmStructurePrinter _p,
                                     int d)
        Description copied from class: TpmStructure
        Serialize this object to the structure printer
        Overrides:
        toStringInternal in class TpmStructure
        Parameters:
        _p - The structure accumulator
        d - The data to serialize