iaik.tc.tss.api.constants.tcs
Class TcTddlErrors

java.lang.Object
  extended by iaik.tc.tss.api.constants.tcs.TcTddlErrors

public class TcTddlErrors
extends java.lang.Object


Field Summary
static long TDDL_E_ALREADY_CLOSED
          The device was not connected.
static long TDDL_E_ALREADY_OPENED
          The connection was already established.
static long TDDL_E_BADTAG
          Unsupported TAG is requested
static long TDDL_E_COMMAND_ABORTED
          TPM aborted processing of command.
static long TDDL_E_COMMAND_COMPLETED
          The command has already completed.
static long TDDL_E_COMPONENT_NOT_FOUND
          the requested TPM component was not found
static long TDDL_E_FAIL
           
static long TDDL_E_INSUFFICIENT_BUFFER
          The receive buffer is too small.
static long TDDL_E_IOERROR
          The request could not be performed because of an I/O device error.
static long TDDL_E_TIMEOUT
           
 
Method Summary
static java.lang.String errToString(long errCode)
          This method returns an error message including the error code, the error type and the error message.
static java.lang.String getErrMsg(long errCode)
          This method returns the error string for the given error code.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TDDL_E_FAIL

public static final long TDDL_E_FAIL
See Also:
Constant Field Values

TDDL_E_TIMEOUT

public static final long TDDL_E_TIMEOUT
See Also:
Constant Field Values

TDDL_E_ALREADY_OPENED

public static final long TDDL_E_ALREADY_OPENED
The connection was already established.

See Also:
Constant Field Values

TDDL_E_ALREADY_CLOSED

public static final long TDDL_E_ALREADY_CLOSED
The device was not connected.

See Also:
Constant Field Values

TDDL_E_INSUFFICIENT_BUFFER

public static final long TDDL_E_INSUFFICIENT_BUFFER
The receive buffer is too small.

See Also:
Constant Field Values

TDDL_E_COMMAND_COMPLETED

public static final long TDDL_E_COMMAND_COMPLETED
The command has already completed.

See Also:
Constant Field Values

TDDL_E_COMMAND_ABORTED

public static final long TDDL_E_COMMAND_ABORTED
TPM aborted processing of command.

See Also:
Constant Field Values

TDDL_E_IOERROR

public static final long TDDL_E_IOERROR
The request could not be performed because of an I/O device error.

See Also:
Constant Field Values

TDDL_E_BADTAG

public static final long TDDL_E_BADTAG
Unsupported TAG is requested

See Also:
Constant Field Values

TDDL_E_COMPONENT_NOT_FOUND

public static final long TDDL_E_COMPONENT_NOT_FOUND
the requested TPM component was not found

See Also:
Constant Field Values
Method Detail

errToString

public static java.lang.String errToString(long errCode)
This method returns an error message including the error code, the error type and the error message.


getErrMsg

public static java.lang.String getErrMsg(long errCode)
This method returns the error string for the given error code.