iaik.tc.tss.api.constants.pcclient
Class TcPcclientConstants

java.lang.Object
  extended by iaik.tc.tss.api.constants.pcclient.TcPcclientConstants

public class TcPcclientConstants
extends java.lang.Object


Field Summary
static int TCG_FULL_CERT
          The cert field contains a full certificate.
static int TCG_PARTIAL_SMALL_CERT
          The storage element includes only the signature element of the certificate; the remaining portions of the certificate must be built from information available from the TPM, Host Platform, and/or local or remote storage.
static int TCG_TAG_PCCLIENT_FULL_CERT
          Defines a full certificate
static int TCG_TAG_PCCLIENT_PART_SMALL_CERT
          Defines a partial small certificate.
static int TCG_TAG_PCCLIENT_STORED_CERT
          Defines a stored certificate
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TCG_TAG_PCCLIENT_STORED_CERT

public static final int TCG_TAG_PCCLIENT_STORED_CERT
Defines a stored certificate

See Also:
Constant Field Values

TCG_TAG_PCCLIENT_FULL_CERT

public static final int TCG_TAG_PCCLIENT_FULL_CERT
Defines a full certificate

See Also:
Constant Field Values

TCG_TAG_PCCLIENT_PART_SMALL_CERT

public static final int TCG_TAG_PCCLIENT_PART_SMALL_CERT
Defines a partial small certificate.

See Also:
Constant Field Values

TCG_FULL_CERT

public static final int TCG_FULL_CERT
The cert field contains a full certificate. (Can determine type of certificate by looking at its contents).

See Also:
Constant Field Values

TCG_PARTIAL_SMALL_CERT

public static final int TCG_PARTIAL_SMALL_CERT
The storage element includes only the signature element of the certificate; the remaining portions of the certificate must be built from information available from the TPM, Host Platform, and/or local or remote storage.

See Also:
Constant Field Values