|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.tc.tss.api.constants.tcs.TcTddlErrors
public class TcTddlErrors
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 |
---|
public static final long TDDL_E_FAIL
public static final long TDDL_E_TIMEOUT
public static final long TDDL_E_ALREADY_OPENED
public static final long TDDL_E_ALREADY_CLOSED
public static final long TDDL_E_INSUFFICIENT_BUFFER
public static final long TDDL_E_COMMAND_COMPLETED
public static final long TDDL_E_COMMAND_ABORTED
public static final long TDDL_E_IOERROR
public static final long TDDL_E_BADTAG
public static final long TDDL_E_COMPONENT_NOT_FOUND
Method Detail |
---|
public static java.lang.String errToString(long errCode)
public static java.lang.String getErrMsg(long errCode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |