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

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

public class TcTcsConstants
extends java.lang.Object


Field Summary
static long NULL_HOBJECT
          Handle specifying NULL object.
static long TCS_TCSATTRIB_TRANSPORT_DEFAULT
           
static long TCS_TCSATTRIB_TRANSPORT_EXCLUSIVE
           
static long TSS_TCS_CERT_ACCESS_AUTO
           
static long TSS_TCS_CERT_VENDOR_SPECIFIC_BIT
           
static long TSS_TCS_CREDENTIAL_EKCERT
           
static long TSS_TCS_CREDENTIAL_PLATFORMCERT
           
static long TSS_TCS_CREDENTIAL_TPM_CC
           
static long TSS_TCSCAP_ALG
          Queries whether an algorithm is supported.
static long TSS_TCSCAP_CACHING
          Queries the support of key and authorization caching.
static long TSS_TCSCAP_MANUFACTURER
          Queries the manufacturer information.
static long TSS_TCSCAP_PERSSTORAGE
          Queries the support of a persistent storage.
static long TSS_TCSCAP_PROP_AUTHCACHE
          TRUE indicates that the TCS supports authorization session caching, FALSE indicates that the TCS does not support authorization session caching.
static long TSS_TCSCAP_PROP_KEYCACHE
          TRUE indicates that the TCS supports key caching, FALSE indicates that the TCS does not support key caching.
static long TSS_TCSCAP_PROP_MANUFACTURER_ID
          Returns the manufacturer or implementer of the TCS.
static long TSS_TCSCAP_PROP_MANUFACTURER_STR
          Returns an Unicode string of the TCS manufacturer.
static long TSS_TCSCAP_VERSION
          Queries the current TCS version.
static long TSS_TSPCAP_ALG
          Queries whether an algorithm is supported.
static long TSS_TSPCAP_PERSSTORAGE
          Queries the support of a persistent storage.
static long TSS_TSPCAP_VERSION
          Queries whether an algorithm is supported.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_HOBJECT

public static final long NULL_HOBJECT
Handle specifying NULL object.

See Also:
Constant Field Values

TCS_TCSATTRIB_TRANSPORT_DEFAULT

public static final long TCS_TCSATTRIB_TRANSPORT_DEFAULT
See Also:
Constant Field Values

TCS_TCSATTRIB_TRANSPORT_EXCLUSIVE

public static final long TCS_TCSATTRIB_TRANSPORT_EXCLUSIVE
See Also:
Constant Field Values

TSS_TCS_CREDENTIAL_EKCERT

public static final long TSS_TCS_CREDENTIAL_EKCERT
See Also:
Constant Field Values

TSS_TCS_CREDENTIAL_TPM_CC

public static final long TSS_TCS_CREDENTIAL_TPM_CC
See Also:
Constant Field Values

TSS_TCS_CREDENTIAL_PLATFORMCERT

public static final long TSS_TCS_CREDENTIAL_PLATFORMCERT
See Also:
Constant Field Values

TSS_TCS_CERT_ACCESS_AUTO

public static final long TSS_TCS_CERT_ACCESS_AUTO
See Also:
Constant Field Values

TSS_TCS_CERT_VENDOR_SPECIFIC_BIT

public static final long TSS_TCS_CERT_VENDOR_SPECIFIC_BIT
See Also:
Constant Field Values

TSS_TCSCAP_ALG

public static final long TSS_TCSCAP_ALG
Queries whether an algorithm is supported. (subCap: TcTssConstants.TSS_ALG_XXX)

See Also:
Constant Field Values

TSS_TCSCAP_VERSION

public static final long TSS_TCSCAP_VERSION
Queries the current TCS version. (subCap: none)

See Also:
Constant Field Values

TSS_TCSCAP_CACHING

public static final long TSS_TCSCAP_CACHING
Queries the support of key and authorization caching.
Valid subCaps are:

See Also:
Constant Field Values

TSS_TCSCAP_PERSSTORAGE

public static final long TSS_TCSCAP_PERSSTORAGE
Queries the support of a persistent storage. (subCap: none)

See Also:
Constant Field Values

TSS_TCSCAP_MANUFACTURER

public static final long TSS_TCSCAP_MANUFACTURER
Queries the manufacturer information.
Valid subCaps are:

See Also:
Constant Field Values

TSS_TCSCAP_PROP_KEYCACHE

public static final long TSS_TCSCAP_PROP_KEYCACHE
TRUE indicates that the TCS supports key caching, FALSE indicates that the TCS does not support key caching.

See Also:
Constant Field Values

TSS_TCSCAP_PROP_AUTHCACHE

public static final long TSS_TCSCAP_PROP_AUTHCACHE
TRUE indicates that the TCS supports authorization session caching, FALSE indicates that the TCS does not support authorization session caching.

See Also:
Constant Field Values

TSS_TCSCAP_PROP_MANUFACTURER_STR

public static final long TSS_TCSCAP_PROP_MANUFACTURER_STR
Returns an Unicode string of the TCS manufacturer. The contents of this string is determined by the manufacturer and is subject to change in subsequent releases of the TCS.

See Also:
Constant Field Values

TSS_TCSCAP_PROP_MANUFACTURER_ID

public static final long TSS_TCSCAP_PROP_MANUFACTURER_ID
Returns the manufacturer or implementer of the TCS.

See Also:
Constant Field Values

TSS_TSPCAP_ALG

public static final long TSS_TSPCAP_ALG
Queries whether an algorithm is supported.

See Also:
Constant Field Values

TSS_TSPCAP_VERSION

public static final long TSS_TSPCAP_VERSION
Queries whether an algorithm is supported. (subCap: none)

See Also:
Constant Field Values

TSS_TSPCAP_PERSSTORAGE

public static final long TSS_TSPCAP_PERSSTORAGE
Queries the support of a persistent storage. (subCap: none)

See Also:
Constant Field Values