iaik.tc.tss.api.structs.common
Class TcByteOrder

java.lang.Object
  extended by iaik.tc.tss.api.structs.common.TcByteOrder

public class TcByteOrder
extends java.lang.Object

This class provides big endian/little endian byte order labels.


Field Summary
static byte BYTE_ORDER_BE
          Constant for big endian byte order (MSB first).
static byte BYTE_ORDER_LE
          Constant for little endian byte order (LSB first).
static byte JVM_BYTE_ORDER
          Java Virtual Machine byte order
static byte SYSTEM_BYTE_ORDER
          Byte order of the system's CPU.
static byte TPM_BYTE_ORDER
          Byte order used by the TPM
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BYTE_ORDER_BE

public static final byte BYTE_ORDER_BE
Constant for big endian byte order (MSB first).

See Also:
Constant Field Values

BYTE_ORDER_LE

public static final byte BYTE_ORDER_LE
Constant for little endian byte order (LSB first).

See Also:
Constant Field Values

TPM_BYTE_ORDER

public static final byte TPM_BYTE_ORDER
Byte order used by the TPM

See Also:
Constant Field Values
TCPA 1.1b Main Specification, page number:
16

JVM_BYTE_ORDER

public static final byte JVM_BYTE_ORDER
Java Virtual Machine byte order

See Also:
Constant Field Values

SYSTEM_BYTE_ORDER

public static final byte SYSTEM_BYTE_ORDER
Byte order of the system's CPU.